gpt4 book ai didi

javascript - 使用 JS 和 CSS 更改页面样式?

转载 作者:行者123 更新时间:2023-11-28 14:54:17 24 4
gpt4 key购买 nike

我正在尝试使用 JS 在 head 标签内分配 CSS,它对 IE 不起作用,不知道为什么? IE 只显示“未知的运行时错误”。

<html>
<head>
<style id="style_id" type="text/css">
</style>
</head>
<body>
<p>This is the test Text</p>
</body>
<script>
var st = document.getElementById("style_id");
st.innerHTML = "p { color:red}";
</script>
</html>

最佳答案

你在找this吗一个?

关于javascript - 使用 JS 和 CSS 更改页面样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4013680/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com