00000026.htm
来自「一份很好的linux入门资料」· HTM 代码 · 共 52 行
HTM
52 行
<HTML><HEAD> <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人: thinkin (强强), 信区: Linux <BR>标 题: Random Link <BR>发信站: BBS 水木清华站 (Thu Feb 17 11:06:26 2000) <BR> <BR><? <BR>// array with link entries in the form url|description <BR>$linkarray = array( "<A HREF="http://php.net/|PHP">http://php.net/|PHP</A> Official Site and Distribution", <BR>"<A HREF="http://www.devshed.com/|DevShed">http://www.devshed.com/|DevShed</A> - Open Source Resources", <BR>"<A HREF="http://www.e-gineer.com/phpkb/index.phtml|e-gineer">http://www.e-gineer.com/phpkb/index.phtml|e-gineer</A> - PHP Knowledge Base", <BR>"<A HREF="http://phpclasses.upperdesign.com/|PHP">http://phpclasses.upperdesign.com/|PHP</A> Classes Repository", <BR>"<A HREF="http://www.phpbuilder.com/|PHPBuilder.com">http://www.phpbuilder.com/|PHPBuilder.com</A> - PHP Resources", <BR>"<A HREF="http://phtml.com/|phtml.com">http://phtml.com/|phtml.com</A> - Free PHP Scripts", <BR>"<A HREF="http://www.phpwizard.net/|phpWizard.net">http://www.phpwizard.net/|phpWizard.net</A> - PHP Resources", <BR>"<A HREF="http://px.sklar.com/|PX:">http://px.sklar.com/|PX:</A> PHP Code Exchange", <BR>"<A HREF="http://www.weberdev.com/|Berber's">http://www.weberdev.com/|Berber's</A> Web Development Pages"); <BR>// seed the random number generator <BR>srand((double)microtime()*1000000); <BR>// get a random entry <BR>$randval = rand(0,count($linkarray)-1); <BR>// explode random entry into an array <BR>$entry = explode( "|",$linkarray[$randval]); <BR>// print entry <BR>print ( "Visit: <a href=\"$entry[0]\" target=\"_blank\">$entry[1]</a>"); <BR>?> <BR>-- <BR> <BR>人生到处知何似? <BR> 应似飞鸿踏雪泥。 <BR> 泥上偶然留指爪, <BR> 鸿飞那复计东西! <BR> <BR> <BR>※ 来源:·BBS 水木清华站 smth.org·[FROM: 162.105.37.191] <BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?