【发布时间】:2014-08-14 06:44:47
【问题描述】:
使用 ngHistory() 中的 limit 参数,我们可以检索该数量的消息。 加载历史消息时有什么方法可以实现分页
PubNub.ngHistory( {
channel : $scope.channel,
limit : $scope.limit,
});
我根据需要了解 startDate 和 endDate 切片,要求基于记录号显示
【问题讨论】: