一种
var style=document.createElement("style");
style.type="text/css"; style.appendChild(document.createTextNode("body{background-color:red}")); var head=document.head; head.appendChild(style);
本文共 239 字,大约阅读时间需要 1 分钟。
一种
var style=document.createElement("style");
style.type="text/css"; style.appendChild(document.createTextNode("body{background-color:red}")); var head=document.head; head.appendChild(style);
转载于:https://www.cnblogs.com/vhyc/p/5866801.html