CODESHIF - 我的ES6总结教程 的评论 https://www.codeshif.com/archives/48.html [TOC]解构数组解构// 赋值let [a, b, c] = [1, 2, 3];// 还可以解构基于Iterator的数据结构let [x, y, z] = new Set(['a', ...