js 設定背景色更改

瓜瓜東西發表於2014-12-30

<body>
hellosss
<input type="button" value="a" onclick="a()"> 
</body>
<script>
function a(){
alert("SS");
document.bgColor="#333";

}
</script>

相關文章