摘要: 1 Array.prototype.remove = function (s) { 2 for (var i = 0; i max_size) { 61 this.each(function (key, value, index) { 62 if (index < tmpSize - max_size) { 63 this.remove(key); 64 } 65 }); 66 } 67 } 68 69... 阅读全文
posted @ 2013-12-18 16:34 斯世轻尘 阅读(1006) 评论(0) 推荐(0)