如果你的表比较小的话,可以对每个id单独查询,然后组成一个list:[Shoe.query.filter_by(id=id).one() for id in my_list_of_ids]如果你的表很大, ...
確定! 回上一頁