摘要: 在同一个目录路径: 全局都可以读取到配置 from flask import Flask app = Flask(__name__) #加载配置文件 app.config.from_object('settings') print(app.config['XX']) print(app.config 阅读全文
posted @ 2025-05-10 11:32 ^_^小情绪~ 阅读(9) 评论(0) 推荐(0)
摘要: 进入函数的时候执行enter 输出结果 退出的时候执行 exit 版本2: 阅读全文
posted @ 2025-05-10 01:54 ^_^小情绪~ 阅读(9) 评论(0) 推荐(0)