微件:SetCharacterv2:修订间差异

来自PRTS
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第1,657行: 第1,657行:
        var div = document.getElementById('all');
        var div = document.getElementById('all');
         if (div.addEventListener) {
         if (div.addEventListener) {
            div.addEventListener('DOMMouseScroll', scrollFunc, false);
           //div.addEventListener('DOMMouseScroll', scrollFunc, false);
         }//W3C
         }//W3C
         div.onmousewheel = div.onmousewheel = scrollFunc;//IE/Opera/Chrome
         div.onmousewheel = div.onmousewheel = scrollFunc;//IE/Opera/Chrome

2019年12月11日 (三) 16:49的版本