摘要: 示例数组创建 let fruits = ['Apple', 'Banana'] console.log(fruits.length) // 2 循环访问数组forEach fruits.forEach(function(item, index, array) { console.log(item, 阅读全文
posted @ 2022-03-06 19:01 七友の 阅读(60) 评论(0) 推荐(0)