復制代碼 代碼如下:
p class="time">當前系統(tǒng)時間:script type="text/javascript">
today = new Date();
function initArray() {
this.length = initArray.arguments.length
for (var i = 0; i this.length; i++)
this[i + 1] = initArray.arguments[i]
}
var d = new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
document.write(
"font color=##000000 style='font-size:9pt;font-family: 宋體'> ",
(today.getYear()), "年",
today.getMonth() + 1, "月",
today.getDate(), "日",
d[today.getDay() + 1],
"/font>");
/script> span id="liveclock">/span> script type="text/javascript">
function www_helpor_net() {
var Digital = new Date()
var hours = Digital.getHours()
var minutes = Digital.getMinutes()
var seconds = Digital.getSeconds()
if (minutes = 9)
minutes = "0" + minutes
if (seconds = 9)
seconds = "0" + seconds
myclock = hours + ":" + minutes + ":" + seconds
if (document.layers) {
document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
} else if (document.all)
liveclock.innerHTML = myclock
setTimeout("www_helpor_net()", 1000)
}
www_helpor_net();
/script> /p>
效果圖如下:
您可能感興趣的文章:- asp.net 實現(xiàn)動態(tài)顯示當前時間(不用javascript不考慮開銷)
- ASP.NET顯示農歷時間改進版
- ASP.NET顯示農歷時間的方法
- ASP.NET網站實時顯示時間的方法
- asp.net顯示頁面執(zhí)行時間
- asp.net轉出json格式客戶端顯示時間
- asp.net獲取系統(tǒng)當前時間的方法詳解