es6交换两个值

let a='a',b='b'
let [a,b]=[b,a];//借助数组解构
let {a:b,b:a}={a,b}//利用别名进行对象解构
posted @ 2020-06-09 11:29  Samsara315  阅读(1820)  评论(0编辑  收藏  举报