gpt4 book ai didi

javascript - 用javascript设置div背景

转载 作者:行者123 更新时间:2023-11-28 20:25:46 24 4
gpt4 key购买 nike

我知道这是一个完全基本的问题,但我无法弄清楚。

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>omglol</title>
</head>
<body>
<div id="div2">
<p> hello there you silly unicorn </p>
</div>
<script>
document.getElementById('div2').bgColor='blue';
</script>
</body>
</html>

那么根据我的推测,这应该将 div2 的背景更改为蓝色?可悲的是,情况并非如此。我最苦恼,正在考虑听贾斯汀·比伯的歌。

最佳答案

这样做...

document.getElementById('div2').style.backgroundColor = 'blue';

关于javascript - 用javascript设置div背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17447868/

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