判断题

let [a, [b], d] = [1, [2, 3], 4];a的值为1,b的值为2,d的值为4。

【参考答案】

正确