插入一个数组内容1到10请生成js源码并存放在script中
<script>
const arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
console.log(arr); // 输出 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
</script>
原文地址: http://www.cveoy.top/t/topic/bd3O 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
<script>
const arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
console.log(arr); // 输出 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
</script>
原文地址: http://www.cveoy.top/t/topic/bd3O 著作权归作者所有。请勿转载和采集!