標題欄的時間顯示_JS特效代碼

最新標題欄的時間顯示_JS特效代碼html

如下是三零網爲你們整理的最新標題欄的時間顯示_JS特效代碼的文章,但願你們可以喜歡!ide


<script language="JavaScript1.2">
<!--hide
var isnMonth = new
Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var isnDay = new
Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日");
today = new Date () ;
Year=today.getYear();
Date=today.getDate();
if (document.all)
document.title="今天是: "+Year+"年"+isnMonth[today.getMonth()]+Date+"日"+isnDay[today.getDay()]
//--hide-->
</script>spa


轉載來自:http://www.q3060.com/list3/list115/321.htmlorm

相關文章
相關標籤/搜索