let [a, b, c] = [5, 8, 12]; console.log(a, b, c) // 5, 8, 12
JS给多个变量同时赋值
原文:https://www.cnblogs.com/lyt520/p/14626922.html