03 2022 档案

摘要:var date = new Date(); var year = date.getFullYear(); //返回月份小1,需要加1 var month = date.getMonth()+1; var date = date.getDate()+5; var dates = year + '-' 阅读全文

posted @ 2022-03-07 15:47 sunny_2016 阅读(288) 评论(0) 推荐(0)

导航