iterator
//通过for of /for in 下标 let arr = [1,5,4,7]; for(let a of arr){ console.log(a); }
遍历Map
let map = new Map([['tom',11],['jack',15],['bruce',17]]); for (let a of map){ console.log(a); }
遍历Set
xxxxxxxxxx4 1 let set = new Set([5,7,8]);
for (let a of set){3
console.log(a);4 }
我的一生
第1章-废物的一生
第50章-糟糕的婴儿
第300章-莫欺少年穷
第600章-莫欺中年穷
第1000章-莫欺老年穷
第1100章-不详的离去
第1101章-棺材板的震动
第1150章-盗墓贼的眼泪
第1200章-死者为大