首页| 新闻| 娱乐| 游戏| 科普| 文学| 编程| 系统| 数据库| 建站| 学院| 产品| 网管| 维修| 办公| 热点
<!-- http://www.vevb.com/js --><!--完整的HTML文件如下--><HTML><TITLE>网页教学网特效代码->>语言时钟</TITLE><HEAD><SCRipT LANGUAGE="javaScript"><!-- Beginfunction number(x) {if (x==1) return "one"; if (x==2) return "two"; if (x==3) return "three";if (x==4) return "four"; if (x==5) return "five"; if (x==6) return "six";if (x==7) return "seven"; if (x==8) return "eight"; if (x==9) return "nine";if (x==10) return "ten"; if (x==11) return "eleven"; if (x==12) return "twelve";return x; //default}function ishtime(h,m) {h = number(h)if (m<=3 || m>57) return h+" o'clock";if (m<=7) return "five past "+h;if (m<=12) return "ten past "+h;if (m<=17) return "quarter past "+h;if (m<=23) return "twenty past "+h;if (m<=28) return "twenty-five past "+h;if (m<=33) return "half past "+h;if (m<=38) return "twenty-five to "+h;if (m<=43) return "twenty to "+h;if (m<=48) return "quarter to "+h;if (m<=53) return "ten to "+h;if (m<=58) return "five to "+h;return "h:m"; // never reached?}function daytime(h) {if (!h || h>21) return " at night"if (h<12) return " in the morning";if (h<=17) return " in the afternoon";return " in the evening"; // default}function ish(h,m) {if (!h && !m) { // if no time supplied, use the system timetime = new Date()h = time.getHours()m = time.getMinutes()}z = daytime(h);h = h % 12 // fix to 12 hour clockif (m>57 && time.getSeconds()>30) m++; // round secondsif (m>60) m=0 // round up minutesif (m>33) h++ // round up hoursif (h>12) h = 1 // the clock turns round..if (h==0) h = 12return "It's now about "+ishtime(h,m)+z+"."}// End --></script><!-- STEP TWO: Copy this code into the BODY of your HTML document --><BODY><center><script language="Javascript"><!--HIDE FROM OLD BROWSERS--document.writeln(ish().fontcolor("black"),"<P>")<!--DONE--></script></center>
Intel工程样品CPU的识别方法
图解CMOS路线和硬盘光驱跳线的
硬盘分区如何设置准确的分区空间
回眸一笑百魅生,六宫粉黛无颜色
岁月静美,剪一影烟雨江南
芜湖有个“松鼠小镇”
小满:小得盈满,一切刚刚好!
一串串晶莹剔透的葡萄,像一颗颗宝石挂在藤
正宗老北京脆皮烤鸭
人逢知己千杯少,喝酒搞笑图集
搞笑试卷,学生恶搞答题
新闻热点
疑难解答
图片精选
微信小程序各种坑?填坑tip
web前端如何让网页布局稳定性和标
CSS定位深入理解 完全掌握CSS定位
彻底理解浮动float CSS浮动详解 清
网友关注