setAttribute()使用方法與IE兼容解決方法
我們經常需要在JavaScript中給Element動態添加各種屬性,可以使用setAttribute()來實現,但涉及到了瀏覽器的兼容性問題。setAttribute(string name,str ...
我們經常需要在JavaScript中給Element動態添加各種屬性,可以使用setAttribute()來實現,但涉及到了瀏覽器的兼容性問題。setAttribute(string name,str ...