很奇怪的一个问题我用pycharm2017.2建立flask工程,在启动后,修改template下的文件,却不能实时在页面体现出来。hello.pyfrom flask import Flaskfrom flask import render_templateapp = Flask(__name__)@app.route('/')def hello_world(): return render_template('index.html')if __name__ == '__main__': app.run()templates/index.html修改index.html文件不能实时更新
1 回答
- 1 回答
- 0 关注
- 3113 浏览
添加回答
举报
0/150
提交
取消