网页背景色不断变化 2015/07/31 15222 <!-- 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>