国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js獲得當前系統日期時間的方法

2019-11-20 12:32:28
字體:
來源:轉載
供稿:網友

本文實例講述了js獲得當前系統日期時間的方法。分享給大家供大家參考。具體實現方法如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>js時間顯示</title><script>var curr_time = new Date();var strDate = curr_time.getYear()+"年";strDate += curr_time.getMonth()+1+"月";strDate += curr_time.getDate()+"日";strDate += curr_time.getHours()+":";strDate += curr_time.getMinutes()+":";strDate += curr_time.getSeconds();document.write(strDate);var curr_time = new Date();with(curr_time){//定義變量,并為其賦值為當前年份,后加中文“年”字標識var strDate = getYear()+1900+"年";//取當前月份。注意月份從0開始,所以需加1,后加中文“月”字標識strDate +=getMonth()+1+"月";strDate +=getDate()+"日"; //取當前日期,后加中文“日”字標識strDate +=getHours()+":"; //取當前小時strDate +=getMinutes()+":"; //取當前分鐘strDate +=getSeconds(); //取當前秒數alert(strDate); //結果輸出}</script></head><body></body></html>

希望本文所述對大家的javascript程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 新泰市| 景东| 安西县| 新沂市| 岑溪市| 岱山县| 安平县| 启东市| 博乐市| 达孜县| 张家界市| 通海县| 东辽县| 图片| 永城市| 潜山县| 涿州市| 溆浦县| 新疆| 西乡县| 炉霍县| 四平市| 屯留县| 镇赉县| 通化县| 武威市| 达日县| 黄大仙区| 称多县| 台州市| 鄯善县| 任丘市| 彝良县| 竹山县| 天台县| 抚州市| 怀宁县| 那坡县| 文山县| 麦盖提县| 淄博市|