$S.addHandler($S.getId(fav[i]),'mouseover',function(){
                this.className += " "+'S_hover';
            });
            $S.addHandler($S.getId(fav[i]),'mouseout',function(){
                var reg = new RegExp('(\\s|^)'+'S_hover'+'(\\s|$)');
                this.className=this.className.replace(reg,' ');
            });

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-12-06
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案