摘要: //获取当前的日期 var myDate = new Date(); var now_year=myDate.getFullYear(); //获取当前年 var now_month=myDate.getMonth()+1 <=9 ? "0"+(myDate.getMonth()+1) : myDa 阅读全文
posted @ 2020-04-01 14:17 rearboal 阅读(2929) 评论(0) 推荐(1)