连续复制
一键复制
一键打包
var ll=document.getElementsByClassName("icon-gouwuche1");
for(var i=0;i<ll.length;i++){
  ll[i].click();
  console.log(i);
}