let test=new Array(2).fill(new Array(2).fill(0));
test[0][0]=1;
console.log(test);
这样一段代码,我觉得打印的结果应该是
[
[1,0],
[0,0]
]
可结果却是
芜湖不芜
杨魅力
相关分类