2019年8月27日

数组的相关操作—方法及索引

摘要: 最近学习了诸多数组的方法以及数组的索引,因此对其进行一个系统的整理 数组的索引 // 索引: var arr = ["hello",true,"world",2,5,"abc"]; console.log(arr) //["hello", true, "world", 2, 5, "abc"] co 阅读全文

posted @ 2019-08-27 13:58 诸星大 阅读(596) 评论(0) 推荐(1) 编辑

导航