<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>网页特效|Linkweb.cn/Js|---随鼠标变色的文字</title> </head> <body> <p onMouseMove="hello()">将鼠标移到这里看看<p><p></p> <script language="VBScript"> sub hello document.fgColor=int(256*256*256*rnd) end sub </script> </body> </html>
[Ctrl+A 全选 提示:你可先修改部分代码,再按运行]