// ES5 a = list[0], rest = list.slice(1) // ES6 [a, ...rest] = list
作者:孟繁贵 Email:meng010387@126.com 期待共同进步!