会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yiwan_tang
博客园
首页
新随笔
联系
管理
订阅
2014年9月29日
js数组指定位置添加和删除元素
摘要: //按指定位置删除Array.prototype.removeIndex = function (index) { if (index > - 1) { this.splice(index, 1); }};//按元素名称删除Array.prototype.remove = function...
阅读全文
posted @ 2014-09-29 11:30 yiwan_tang
阅读(22348)
评论(0)
推荐(0)
编辑
公告