摘要: 1 var currDate = new Date(); year = currDate.getFullYear(); month = currDate.getMonth() + 1; date = currDate.getDate(); hour = currDate.getHours(); mi 阅读全文
posted @ 2022-03-30 22:04 MING5135 阅读(117) 评论(0) 推荐(0)