脚 本 之 家 www.jb51.net
页面导航:  不限条件-->给Javascript数组插入一条记录的代码
本地搜索:
<script type="text/javascript">Array.prototype.insert = function(vVal,nIdx) {  var arrTemp = this;if(nIdx>arrTemp.length) nIdx=arrTemp.length;if(nIdx<-arrTemp.length) nIdx=0;if(nIdx<0) nIdx = arrTemp.length +&n...
http://www.jb51.net//article/11192.htm
共有:1/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: