码迷,mamicode.com
首页 > 其他好文 > 详细

flash

时间:2017-06-12 17:10:18      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:ret   return   render   重启   methods   style   路由   pytho   span   

1 开启调试模式,修改代码后不需要手动重启

app = Flask(__name__)
app.debug = True

2 路由中的变量

@app.route(/<name>, methods=[GET, POST])
def home(name):
    return render_template(home.html,name=name)

 

flash

标签:ret   return   render   重启   methods   style   路由   pytho   span   

原文地址:http://www.cnblogs.com/jkklearn/p/6993633.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!