codecamp

Javascript 多维数组操作

// 举例
var ourArray = [["the universe", 42], ["everything", 101010]];


// Only change code below this line.
var myArray = [["a",1],["b",2]];
Javascript 数组操作
JavaScript 使用索引查找数组中的数据
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定