制作首页的显示列表。
摘要:
1、 Coffee Tea Milk 2. @app.route('/') def myweb(): context={ 'user':'q1111111' } return render_template("myweb.html",**context) 复制代码 {% block main%} {{user}} cont... 阅读全文
posted @ 2017-11-29 22:05 021杨光哈哈哈 阅读(98) 评论(0) 推荐(0) 编辑