网页背景色不断变化

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

<!-- Author:ggiiss@qq.com  Date: 04.05.2011  -->
<html>
<head>
	<title>Background-color Change </title>
</head>
<body style="margin:0px;" onmousemove='this.style.backgroundColor="#" + Math.floor(Math.random()*16581375).toString(16)' >
</body>
</html>