gpt4 book ai didi

sails.js - 在 Sails.js + Waterline 中查找和计数所有内容

转载 作者:行者123 更新时间:2023-12-03 17:08:59 25 4
gpt4 key购买 nike

有没有办法通过单一方法进行 select 查询和 count_all 查询?
出于分页目的,我们需要知道项目总数,以便我们可以计算和显示页数。

最佳答案

getLength: function(req, res) {
Posts.find({}).exec(function(err, items){

return items.length;
});
}

关于sails.js - 在 Sails.js + Waterline 中查找和计数所有内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30732549/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com