<html>
<head>
<script type="text/javascript">
function chg()
{
document.bgColor ="#0fff00"
}
</script>
</head>
<body>
<a onclick="chg()" > change</a>
</body>
</html>
js改变页面背景颜色
使用JavaScript改变网页背景色
最新推荐文章于 2024-03-31 15:43:31 发布
1298

被折叠的 条评论
为什么被折叠?



