獲取年、月、日、時、分、秒

js:javascript window.onload = function(){ // alert(new Date());//彈出 當前 系統的時間對象 var myTime = new Date(); var iYear = myTime.getFullYear();//得到當前年份 // alert(iYear);//2017 獲得年份 var
相關文章
相關標籤/搜索