Man-Eating-Tree 我群使用的食人树灵感来自乌合之众绝大多数代码来自ai 在项目根目录运行以下命令初始化数据库: flask shell >>> from app import db >>> db.create_all() >>> exit() 然后 python app.py 就行了