[Solution found!] 您可以使用该with_entities()方法来限制要返回结果的列。(文件) result = SomeModel.query.with_entities(SomeModel.col1, SomeModel.col2) 根据 ...
確定! 回上一頁