摘要: npm install monaco-editor@0.23.0https://microsoft.github.io/monaco-editor/ 阅读全文
posted @ 2021-05-12 16:39 不带R的墨菲特 阅读(286) 评论(1) 推荐(0)
摘要: 在数组中的用法: const arr = [2, 3, 5, 4, 5, 2, 2];for(let i of arr){console.log(i) //打印出来的是value 2,3,5,4,2,2}for(let i in arr){console.log(i) //打印出来的是下标 0,1, 阅读全文
posted @ 2021-05-12 16:14 不带R的墨菲特 阅读(127) 评论(0) 推荐(0)