javascriptimportcss实例代码_javascript技巧
来源:懂视网
责编:小采
时间:2020-11-27 20:39:36
javascriptimportcss实例代码_javascript技巧
javascriptimportcss实例代码_javascript技巧:一开始少写了个分号(红色的),怎么搞都不对. var style = document.createElement(STYLE); document.body.appendChild(style); style.onerror = function(){ alert(here1) } style.onreadystatec
导读javascriptimportcss实例代码_javascript技巧:一开始少写了个分号(红色的),怎么搞都不对. var style = document.createElement(STYLE); document.body.appendChild(style); style.onerror = function(){ alert(here1) } style.onreadystatec
一开始少写了个分号(红色的),怎么搞都不对.
var style = document.createElement("STYLE");
document.body.appendChild(style);
style.onerror = function(){
alert("here1")
}
style.onreadystatechange = function(){
alert("here2");
}
var sheet = style.styleSheet || style.sheet;
if(sheet.addImport)
sheet.addImport("aa.css");
else
sheet.insertRule("@import url('aa.css');",sheet.cssRules.length);
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
javascriptimportcss实例代码_javascript技巧
javascriptimportcss实例代码_javascript技巧:一开始少写了个分号(红色的),怎么搞都不对. var style = document.createElement(STYLE); document.body.appendChild(style); style.onerror = function(){ alert(here1) } style.onreadystatec