摘要(于2018年12月新增) 永远不要使用for/in来迭代nodeList或HTMLCollection。 ... 地图: Array.prototype.map.call(htmlCollection, i => { console.log(i) });.
確定! 回上一頁