js基础学习 let arr=[1,2,106]arr[107]=108console.log(arr.length) //108数组的length获取的不是数组的长度,而是下坐标+1for in 可用于遍历对象 js 2023-09-26 48 点赞 0 评论 72 浏览