iconfont批量儲存

鵬歌歌發表於2019-01-25

控制檯輸入:

var iconList = document.querySelectorAll('.icon-gouwuche1');
for (var i = 0; i < iconList.length; i++) {
iconList[i].click();
}
複製程式碼

就會把當前頁面所有圖示加入購物車,然後可以批量新增或者下載

相關文章