JS常見的兼容性問題彙總

JS常見的兼容性問題彙總 1> 滾動條: document.documentElement.scrollTop || document.body.scrollTop 2> 獲取樣式兼容 function getStyle(dom, styleName){ return dom.currentStyle? dom.currentStyle[styleName] : getComputedStyle
相關文章
相關標籤/搜索