如何在頁面上顯示動態的目前時間?
可以貼一個 Label, 如下:
$(function(){
showtime();
})
function showtime()
{
var currtime = new Date().Format('yyyy-MM-dd hh:mm:ss');
$('#Label1').html(currtime);
setTimeout('showtime()',1000);
}
Copyright © 2000 InfoLight System Corp. Ltd. 訊光科技系統股份有限公司版權所有
台北市大同區 103 民生西路 290 號 8 樓 電話:02-2556-6159 傳真:02-2556-9425
上海訊光:上海市長寧區延安西路 1030弄 12 號 303室 電話:021-6225-1720
http://www.infolight.com.cn