Flask 可以以HTML形式返回绑定到某个URL的函数的输出。 ... def index(): return render_template('hello.html') if __name__ == '__main__': app.run(debug = True).
確定! 回上一頁