首页 > 将Nodelist快速转换为Array数组

将Nodelist快速转换为Array数组

Array.prototype.slice.call(document.querySelectorAll("div"))或[].slice.call(document.querySelectorAll("div"))    //推荐这个写法,简练