摘要: //获取两个日期的相差天数 datedifference=function(sDate1, sDate2) { var dateSpan, tempDate, iDays; sDate1 = Date.parse(sDate1); sDate2 = Date.parse(sDate2... 阅读全文
posted @ 2018-04-24 17:43 LBO.net 阅读(644) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json;//引用命名空间 Dictionary Content = new Dictionary(); Content.Add("bulletinContent", "this is bulletinContent"); Content.Add("topToDay", "this is topToDay"); //Dictionary转json st... 阅读全文
posted @ 2018-04-24 14:20 LBO.net 阅读(3986) 评论(1) 推荐(0)
//返回顶部