提交一个BUG

阅读次数 60

let arr = [[1, 2, 3], [2, 3, 4]]; arr[0][0] = 13;

此代码提示语法错误 SyntaxError:Unexpected token '==='

1 Answers