//调用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;}', ) }