2022年3月7日

摘要: 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 阅读(284) 评论(0) 推荐(0)
摘要: ar 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:43 sunny_2016 阅读(528) 评论(0) 推荐(0)

导航