摘要:
function timeStamp2String(time) { var datetime = new Date(); datetime.setTime(time); var year = datetime.getFullYear(); var month = dateti... 阅读全文
摘要:
1,一般处理程序中context.Response.ContentType = "text/plain",则 ajax参数中 也是 text 类型。2,一般处理程序中 转化为json数据格式:命名 空间:using Newtonsoft.Json;代码:string strjson = JavaS... 阅读全文
摘要:
命名空间using Newtonsoft.Json;实例代码 /// /// 将list集合转换为json /// /// Dt /// JSON字符串 public static string List2Json(... 阅读全文