摘要: // 夏令时判断 function DaylightSavingTime(tMoth, tHour) { var moth = tMoth - 1; var date = new Date(); // 获取每年夏令时开始或结束月份 var Three = date.setMonth(moth); / 阅读全文
posted @ 2018-07-12 19:30 闲筝Bokeys 阅读(682) 评论(0) 推荐(0) 编辑
  2017年5月19日
摘要: HttpCookie Cookie = new HttpCookie("Shop"); //服务端存入Cookie前先进行编码 Cookie.Values.Add(ShopId,HttpUtility.UrlEncode(ShopInformation, System.Text.Encoding.D 阅读全文
posted @ 2017-05-19 17:57 闲筝Bokeys 阅读(263) 评论(0) 推荐(0) 编辑