摘要: flask_decorators.py index.html 阅读全文
posted @ 2019-07-11 22:28 笑得好美 阅读(1505) 评论(1) 推荐(0) 编辑
摘要: flask_Blueprint.py Bp1.py Bp2.py indx0.html 阅读全文
posted @ 2019-07-11 22:20 笑得好美 阅读(755) 评论(1) 推荐(0) 编辑
摘要: flask_config.py index0.html seetings.py 阅读全文
posted @ 2019-07-11 21:18 笑得好美 阅读(8033) 评论(1) 推荐(0) 编辑
摘要: 1 ''' 2 app.py中的源码def route(self, rule, **options) 3 @app.route()路由参数使用: 4 1.第一个位置参数为路由分发的请求路径 5 ①静态参数路由:/index / /base 等 6 ②动态参数路由:/index/ 在路由中使用了的路由称为动态路由, 7 ... 阅读全文
posted @ 2019-07-11 19:58 笑得好美 阅读(12388) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-11 15:12 笑得好美 阅读(1337) 评论(1) 推荐(0) 编辑
摘要: templates模板文件中的页面login.html 阅读全文
posted @ 2019-07-11 14:54 笑得好美 阅读(314) 评论(1) 推荐(0) 编辑