鼠标经过变色文字
发布时间:2008-12-19 13:50:00 阅读次数:
鼠标经过变色文字,试试。
<script language="VBScript"> sub hello document.fgColor=int(256*256*256*rnd) end sub </script>