http://sailsjs.org/#/documentation/concepts/ORM/Querylanguage.html
Model.find().paginate({page: 2, limit: 10});Model.find({ where: { name: 'foo' }, limit: 10, skip: 10 });
如果您希望分页异步工作,则使用JQUERY
$$.getJSON和在服务器上非常容易
res.json();
欢迎分享,转载请注明来源:内存溢出
http://sailsjs.org/#/documentation/concepts/ORM/Querylanguage.html
Model.find().paginate({page: 2, limit: 10});Model.find({ where: { name: 'foo' }, limit: 10, skip: 10 });
如果您希望分页异步工作,则使用JQUERY
$$.getJSON和在服务器上非常容易
res.json();
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)