网页背景色不断变化
- 作者: 花仙子_flowergod
- 来源: 51数据库
- 2022-08-15
<!-- 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>
推荐阅读
