判断题

var a =[1,2,3],b =a;b.push(100);console.log(a);以上代码的执行结果是1,2,3。

【参考答案】

错误
热门 试题