摘要: dojo 对Javascript1.6 的数组操作功能进行了拓展:clearCache()every(arr, callback, thisObject) Determines whether or not every item in arr satisfies the condition implemented by callback.filter(arr, callback, thisObject) Returns a new Array with those items from arr that match the condition implemented by callback.f 阅读全文
posted @ 2013-11-03 00:46 Luan Louis 阅读(235) 评论(0) 推荐(0)