摘要: IE9以下没有forEach,可以自己加个,代码如下:if (!Array.prototype.forEach) { Array.prototype.forEach = function(fun /*, thisp*/) { var len = this.le... 阅读全文
posted @ 2014-05-12 15:46 iRex 阅读(181) 评论(0) 推荐(0)