摘要: 代码 test.py from flask import Flask app = Flask(__name__) @app.route("/") def test(): return "hello world" if __name__ == "__main__": flag = 1 app.run( 阅读全文
posted @ 2022-09-15 18:15 乘舟凉 阅读(164) 评论(0) 推荐(0) 编辑