摘要: var now = new Date(); // 当前日期 var nowDayOfWeek = now.getDay(); // 今天本周的第几天 var nowDay = now.getDate(); // 当前日 var nowMonth = now.getMonth(); // 当前月 va 阅读全文
posted @ 2019-12-31 14:20 龙卷风吹毁停车场 阅读(2807) 评论(0) 推荐(1)