摘要:
1、解决方案 Array.prototype.all = function (p) { return this.filter(p).length == this.length; }; Array.prototype.none = function (p) { return this.filter(p 阅读全文
posted @ 2016-06-03 15:05
金色飞贼
阅读(308)
评论(0)
推荐(0)