This topic created in 4214 days ago, the information mentioned may be changed or developed.
用$.each()的话每次都会遍历整个数组中的数据,但是数据太多,如果只想要每次滚动鼠标就遍历前n个,按顺序直到全部遍历完,应该如何操作呢
2 replies • 2014-12-07 01:13:04 +08:00
 |
|
2
fakestuff Dec 7, 2014
叫人写个缓存 只记一个人前n条信息,然后你就可以继续for each了。。
|