| 在网页的 <head></head> 之间加入以下 VbScript 脚本即可: <Script language="vbscript"> msg="十万个为什么-计算机应用技巧大全" l=len(msg) i=l-3 sub movetitle() title=right(msg,l-i)+left(msg,i) top.document.title=title i=(i+1) mod l end sub speed = 10 '毫秒 a=setInterval("movetitle()",speed) </Script> |
|Archiver|手机版|小黑屋|温柔网
( 浙ICP备13033583号-8 )
GMT+8, 2026-9-21 04:31 , Processed in 0.033314 second(s), 22 queries .
Powered by Discuz! X3.5
© 2001-2026 Discuz! Team.