⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 随机的链接地址.txt

📁 这个是 Java Script特效(新),
💻 TXT
字号:
随机的链接地址
脚本说明:
把如下代码加入<body>区域中
<SCRIPT LANGUAGE="JavaScript">
p = new Array(14);
t = new Array(14);

p[0] = 'http://www.geocities.com/SunsetStrip/5928'
p[1] = 'http://www.geocities.com/Area51/Vault/1261/'
p[2] = 'http://idola.net.id'
p[3] = 'http://members.aol.com/BobYang/index.html'
p[4] = 'http://www.geocities.com/Hollywood/hills/6760'
p[5] = 'http://www.geocities.com/TimesSquare/3278/' 
p[6] = 'http://slugfest.kaizen.net/' 
p[7] = 'http://www.chorizon.com/'
p[8] = 'http://www.geocities.com/SouthBeach/2584/' 
p[9] = 'http://www.en.com/users/battags/' 
p[10] = 'http://hudson.idt.net/~lechat19' 
p[11] = 'http://www.radiks.net/dgrundjr/' 
p[12] = 'http://desktoppublishing.com/' 
p[13] = 'http://www.quadzilla.com/' 
p[14] = 'http://www.azstarnet.com/~garycr' 

t[0] = "The Alien's Lair"
t[1] = "Alien's wacky world"
t[2] = 'Arch'
t[3] = 'Bob Senan Bob Senan Bob Senan Bob'
t[4] = 'Braveheart: The Legend Remains...'
t[5] = 'Caos Games'
t[6] = 'Celebrity Slugfest'
t[7] = 'Changing Horizons'
t[8] = "Coop's Place"
t[9] = "CYBERDEMON'S WEBPAGE"
t[10] = 'The Cyberspaceship'
t[11] = "Dave's Ultimate Hangout"
t[12] = 'desktopPublishing.com'
t[13] = "D.J. Quad's Ultimate HTML Site"
t[14] = 'The Electric Lighthouse'

index = Math.floor(Math.random() * p.length);document.write("<H4>");
document.write("<DL>\n");
document.write("这次的链接地址为:");
document.write("<BR><UL>");
document.write("<A HREF="+p[index]+">"+p[index]+"</A>");
document.write("</UL><P>");
document.write("这个站点的名称是:");
document.write("<BR><UL><FONT COLOR=RED>");
document.write(t[index]);
document.write("</DL>\n");
document.write("</h4>");</SCRIPT></FONT>
</UL></Ul>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -