摘要: function Time() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 var day = now.getDate(); //日 var hh = no 阅读全文
posted @ 2019-10-21 18:28 咱也不敢问 阅读(846) 评论(0) 推荐(0) 编辑