文档手册

$$遍历元素

2024-07-07 00:22:42

代码如下:

for (const opt of this.$$(".taocan a")) {
        opt.classList.remove("active");
    }