会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lmy_moonsky
月伴慢读
博客园
首页
新随笔
联系
管理
2017年3月16日
Javascript 中的数组
摘要: 1、用 array.length 也可以移除数组后面的项: var colors = ['red', 'blue', 'green']; colors.length = 2; console.log(colors[2]); //undefined 2、如果将其length属性设置大于数组项数的值,则
阅读全文
posted @ 2017-03-16 11:33 lmy_moonsky
阅读(172)
评论(0)
推荐(0)
编辑