摘要: 1.快速搭建网站 from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return "this is myweb" @app.route('/index') def index(): ret 阅读全文
posted @ 2025-07-02 23:26 铿锵有力自信且坚定 阅读(17) 评论(0) 推荐(0)