<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<script type="text/javascript">
function change(){
var bgColor=document.getElementById("txtId").value;//获取输入的颜色值
var _body=document.getElementsByTagName("body");//获取页面属性
_body[0].style.backgroundColor=bgColor;
}
</script>
</style>
<body>
修改背景色: <input type="text" id="txtId"/>
<input type="button"value="change" onclick="change()"/>
</body>
</html>
style.backgrounColor设置网页背景颜色
Posted 欢迎
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了style.backgrounColor设置网页背景颜色相关的知识,希望对你有一定的参考价值。
以上是关于style.backgrounColor设置网页背景颜色的主要内容,如果未能解决你的问题,请参考以下文章