首页| 新闻| 娱乐| 游戏| 科普| 文学| 编程| 系统| 数据库| 建站| 学院| 产品| 网管| 维修| 办公| 热点
<!-- http://www.vevb.com --><!-- bbs http://www.vevb.com/bbs--><!--第一步:把如下代码加入<head>区域中--><!--把如下代码加入<body>区域中--> <script language="javaScript"> hexa = new MakeArray(16) hexa[10] = "A" hexa[11] = "B" hexa[12] = "C" hexa[13] = "D" hexa[14] = "E" hexa[15] = "F" function MakeArray(n) { this.length = n for (var i = 0; i <= n; i++) this[i] = i return this } function colours(text){ var posa = 0 var posb = 1 while (posa <= text.length){ var r = Math.floor(Math.random() * 15) var rr= Math.floor(Math.random() * 15) var g = Math.floor(Math.random() * 15) var gg = Math.floor(Math.random() * 15) var b = Math.floor(Math.random() * 15) var bb = Math.floor(Math.random() * 15) if (text.substring(posa,posb) == "<"){ var posaa = 0 posaa = posa while (text.substring(posaa,posb) != ">"){ posaa++ posb++ } document.write(text.substring(posa, posb)) posa = posb posb = posa + 1 } document.write("<font color=#"+hexa[r]+hexa[rr]+hexa[g]+hexa[gg]+hexa[b]+hexa[bb]+">") document.write(text.substring(posa, posb)+"</font>") posa++ posb++ } } </script> <script language = "Javascript"> text = "This JavaScript shows every other letter of text as a different, random colour." text +="You can also use any <blink> <font size=9> HTML </font> </blink> codes that you want" text +=" As long as you don't use quotation marks and the commands have a space between them." text +=" You can use any background colour or picture that you want, but black or white is sugeste" text +="d <b> <u>HAVE FUN!!! </u> </b>" colours(text) </script>
Intel工程样品CPU的识别方法
图解CMOS路线和硬盘光驱跳线的
硬盘分区如何设置准确的分区空间
回眸一笑百魅生,六宫粉黛无颜色
岁月静美,剪一影烟雨江南
芜湖有个“松鼠小镇”
小满:小得盈满,一切刚刚好!
一串串晶莹剔透的葡萄,像一颗颗宝石挂在藤
正宗老北京脆皮烤鸭
人逢知己千杯少,喝酒搞笑图集
搞笑试卷,学生恶搞答题
新闻热点
疑难解答
图片精选
微信小程序各种坑?填坑tip
web前端如何让网页布局稳定性和标
CSS定位深入理解 完全掌握CSS定位
彻底理解浮动float CSS浮动详解 清
网友关注