点击运行
var a =[10,"Jiyik"] var [b,c] = a console.log( b ) console.log( c )
运行结果 :
正在执行...