748
417
2万
管理员
import flask app=flask.Flask('web') @app.route('/') def index(): html='<h1>hello world</h1>' return html app.debug=True app.run()
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页