n.addEventListener("touchend",function(e){
for(let i=0; i<lisp.length; i++){
lisp[i].className = "";
}
lisp[now].className = "active";
},false);
如何用面向对象的形式编写?
炎炎设计
相关分类