function GetDate(){
var now = new Date();
+ 1; //月
var day = now.getDate(); //日
var hh = now.getHours(); //时
var mm = now.getMinutes(); //分
}
function GetDate(){
var now = new Date();
+ 1; //月
var day = now.getDate(); //日
var hh = now.getHours(); //时
var mm = now.getMinutes(); //分
}
相关文章: