gpt4 book ai didi

javascript 使用按钮更改页面背景颜色

转载 作者:行者123 更新时间:2023-11-28 10:58:22 26 4
gpt4 key购买 nike

我正在尝试找出如何编写代码来使用按钮更改页面的背景颜色

所以基本上我已经写出了按钮的代码及其功能,但我无法弄清楚使用什么代码来使按钮改变整个页面的颜色

<script>
function changeColor()
{

};
function changeText()
{
alert ("change text in this part");
};
function sendMsg()
{
alert ("change msg content here");
}
</script>

<body>
<h1>Welcome to my program!</h1>
<button onclick="changeColor()">Color</button>
<button onclick="changeText()">Text</button> </br>
<p>Can I ask you something Ive always wanted to ask the real Batman?</p> </br>
<input type="text" name="">
</body>

最佳答案

  document.body.style.background = color;

没有更多的内容,就这么简单!

关于javascript 使用按钮更改页面背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15824504/

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