//调用
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;}‘, ) }
2021-08-19 15:09:39
//调用
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;}‘, ) }
下一篇:「JSOI2019」神经网络