var arr=[{title:'abc', href:'kkkk', img:"img1"}];
var [{title,href,img}]=arr;
console.log(title,href,img);
var {time=12,id=0}={};
console.log(time,id);
var arr=[{title:'abc', href:'kkkk', img:"img1"}];
var [{title,href,img}]=arr;
console.log(title,href,img);
var {time=12,id=0}={};
console.log(time,id);
本文标题:es6之结构赋值
本文链接:https://www.haomeiwen.com/subject/nxhhdxtx.html
网友评论