摘要: var iconList = document.querySelectorAll('.icon-gouwuche1'); for (var i = 0; i < iconList.length; i++) { iconList[i].click(); } 阅读全文
posted @ 2022-04-02 17:18 meliuxy 阅读(125) 评论(0) 推荐(0) 编辑