2017年6月1日
摘要: getDateParam:function (date) { var nowDate =new Date(date.slice(0,10));//截取日期字符串转换问日期变量 var theWeek = nowDate.getDay(); //当天为周几 var daysOfM... 阅读全文
posted @ 2017-06-01 10:06 weblsy 阅读(155) 评论(0) 推荐(0)