摘要: function timeStamp2String(time) { var datetime = new Date(); datetime.setTime(time); var year = datetime.getFullYear(); var month = dateti... 阅读全文
posted @ 2014-09-22 17:42 Coding_Yong 阅读(885) 评论(0) 推荐(0) 编辑
摘要: 1,一般处理程序中context.Response.ContentType = "text/plain",则 ajax参数中 也是 text 类型。2,一般处理程序中 转化为json数据格式:命名 空间:using Newtonsoft.Json;代码:string strjson = JavaS... 阅读全文
posted @ 2014-09-22 16:54 Coding_Yong 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 命名空间using Newtonsoft.Json;实例代码 /// /// 将list集合转换为json /// /// Dt /// JSON字符串 public static string List2Json(... 阅读全文
posted @ 2014-09-22 16:44 Coding_Yong 阅读(263) 评论(0) 推荐(0) 编辑