JS——样式类的添加
Posted 站错队了同志
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS——样式类的添加相关的知识,希望对你有一定的参考价值。
1、注意current前有个空格
this.className = this.className + " current";
2、直接将class所有的值替换成current
this.className = "current";
以上是关于JS——样式类的添加的主要内容,如果未能解决你的问题,请参考以下文章