摘要:
from flask import Flask # 创建web应用 app= Flask(__name__) # 开启debug模式 app.debug =True # 创建视图函数,注册路由/star @app.route('/star') def app(): return 'hi,star' 阅读全文
posted @ 2022-02-19 09:23
not_sb
阅读(16)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-02-19 09:10
not_sb
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号