javascript试题-下面代码输出什么

const numbers = [1, 2, 3];
numbers[10] = 11;
console.log(numbers);

网友评论0