<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.show {
height: 200px;
title:"好看不";
}
</style>
</head>
<body>
<div id="txt"></div>
<!--onload会在页面加载后触发 txt是触发条件 为什么加上后覆盖了原有内容-->
<script>
var t=null;
startTime();//自己调用自己
function startTime() {
if(t!=null)clearTimeout(t);
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
// add a zero in front of numbers<10
m = checkTime(m);
s = checkTime(s);
document.getElementById('txt').innerHTML = h + ":" + m + ":" + s;
t = setTimeout('startTime()', 1000);
}
function checkTime(i) {
if (i < 10) {
i = "0" + i;
}
return i;
}
</script>
<div>
<a href="Test4.html">![](img2/page.jpg)</a>
<br /><a href="Test4.html">售价4000</a> 脉动<br />
<a href="Test4.html">![](img2/page2.jpg)</a>
<br /><a href="Test4.html">售价2000</a> 哇哈哈<br />
<a href="Test4.html">![](img2/page3.jpg)</a>
<br /><a href="Test4.html">售价3000</a> 百岁山<br />
<a href="Test4.html">![](img2/page4.jpg)</a>
<br /><a href="Test4.html">售价3000</a> 百岁山<br />
<a href="Test4.html">![](img2/page5.jpg)</a>
<br /><a href="Test4.html">售价3000</a> 百岁山<br />
<a href="Test4.html">![](img2/page6.jpeg)</a>
<br /><a href="Test4.html">售价3000</a> 百岁山<br />
<a href="Test4.html">![](img2/page7.jpg)</a>
<!--
<br /><a href="Test4.html">售价3000</a> 百岁山<br />
-->
<br />
<a href="Test4.html">
<button>返回上一界面</button>
</a>
</div>
</body>
</html>
HTML5基础(四)--时间类的应用
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...