如果是SQLAlchemy,可以使用: session.query(Article.read_num).all() # 或者session.query.with_entities(Article.read_num).all() 如果 ...
確定! 回上一頁