2018年7月12日
摘要: // 夏令时判断 function DaylightSavingTime(tMoth, tHour) { var moth = tMoth - 1; var date = new Date(); // 获取每年夏令时开始或结束月份 var Three = date.setMonth(moth); / 阅读全文
posted @ 2018-07-12 19:30 闲筝Bokeys 阅读(686) 评论(0) 推荐(0) 编辑