from sqlalchemy.orm import sessionmaker # 創建session DbSession = sessionmaker(bind=engine) session = DbSession() ...
確定! 回上一頁