摘要: function GetDate(){ var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 var day = now.getDate(); //日 var hh = 阅读全文
posted @ 2022-03-28 10:06 IT小姐姐 阅读(529) 评论(0) 推荐(0)