稍等片刻,正在加载中...

js添加css到head中

<script>
    var style = document.createElement("style");
    style.type = "text/css";
    style.innerHTML = 'body{background:pink;}';
    window.document.head.appendChild(style);
</script>
posted @ 2021-05-11 16:26  一切皆往事  阅读(76)  评论(0)    收藏  举报