摘要: <html><head><script type="text/javascript">function startTime(){var today=new Date()var h=today.getHours()var m=today.getMinutes()var s=today.getSeconds()// add a zero in front of numbers<10m=checkTime(m)s=checkTime(s)document.getElementById('txt').innerHTML=h+ 阅读全文
posted @ 2013-01-28 09:10 dreamfly_cc 阅读(435) 评论(0) 推荐(0) 编辑
摘要: <html><body><script type="text/javascript">var txt="Hello World!"document.write("<p>Big: " + txt.big() + "</p>")//大字体document.write("<p>Small: " + txt.small() + "</p>")//小字体document.write("< 阅读全文
posted @ 2013-01-28 08:19 dreamfly_cc 阅读(2814) 评论(0) 推荐(0) 编辑