在js中加载css

//调用
cssget()
function cssget() {
var style = (function() {
            var style = document.createElement(‘style‘);
            document.head.appendChild(style);
            return style;
        })();
        //使用
    style.sheet.insertRule(‘body {margin: 0px;padding:0px;}‘, )
}        

 

在js中加载css

上一篇:HTML


下一篇:「JSOI2019」神经网络