[Record] iconfont the batch method icon Add to Cart

 

  iconfont icon management website is very easy to use Ali's ( https://www.iconfont.cn/ ), there are millions of small icons, you can freely download switch the color, is the choice of many front-end staff.

But the site did not join the shopping cart icon batch function, very convenient,

Now record the batch Add to Cart js code:

In the browser, press f12 to open the [Developer Tools] to find [console (console)], enter the following code, then press Enter, wait a moment to put all icon Add to Cart

 

var ll = document.getElementsByClassName('icon-gouwuche1'); for (var i=0; i<ll.length;i++){ll[i].click();}

 

Guess you like

Origin www.cnblogs.com/wbl001/p/11774727.html