摘要:
Array.prototype.ArrayInsertAfter=function(Num,obj){ var tempArr=new Array(); var l=this.length; for(var i=0;i<l;i++) { tempArr.push(this.shift()); } l=tempArr.length; for(var i=0;i<l;i++) { this... 阅读全文
posted @ 2009-12-18 15:57
jgjg2323
阅读(695)
评论(1)
推荐(0)

浙公网安备 33010602011771号