from sqlalchemy import create_engine from sqlalchemy.orm import ... 也可以完成类似的功能 session.query(Student).options(load_only(Student.id ...
確定! 回上一頁