跳至内容
易乘辉的博客
头发越来越少
月度归档:
2020 年 4 月
发布于
2020年4月4日
2020年6月30日
ES6深层次结构赋值
let data = { x: { y: { z: 2 } } }
let { x: { y: { z } } } = data