filter_by 不支持组合查询,只能连续调用filter来变相实现。 filter_by的参数是**kwargs,直接支持组合查询。 user = session.query(User).filter_by(name ...
確定! 回上一頁