def foo(): return '<h1>Hello Foo!</h1>'. 然后在Flask主程序上调用 app.add_url_rule() 方法: app.add_url_rule('/foo', view_func=views.foo).
確定! 回上一頁