摘要: 1 // 定义一个数组等同的对象var array = ["Code", true ,"新元素1" ,"新元素2" ,-3] array.splice(2, 0, "item1", "item2"); #2 document.writeln( array ); // Code,true,item1, 阅读全文
posted @ 2021-07-15 16:52 睁yan-ii 阅读(1135) 评论(0) 推荐(0) 编辑