摘要: python flasky.py shell db.create_all() from app.models import User mhc = User("mhc") >>> db.session.add(mhc)>>> db.session.commit() if __name__ == '__ 阅读全文