2009年4月28日

摘要: Array.prototype.append = function(str) {var newArr = new Array(str);return this.concat(newArr);}Array.prototype.remove = function(str) {var retArr = new Array();for(i = 0; i < this.length; i++) {if... 阅读全文
posted @ 2009-04-28 19:51 Gsun 阅读(1618) 评论(0) 推荐(0)

导航