摘要: 在开始写代码前,先用negeu添加Newtonsoft.Json(或者直接添加引用Newtonsoft.Json.dll),并在文件中添加引用。这些都是很简单的东西,一看就会。但是还是记录一下自己的学习路程。一、后台代码 public class a : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; List list = new List();... 阅读全文
posted @ 2013-07-25 18:29 cindy_Lu 阅读(308) 评论(0) 推荐(0) 编辑