摘要: using System; using System.Web; using LitJson; public class CodeTest : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; ... 阅读全文
posted @ 2017-11-30 15:33 尘梦 阅读(8234) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; using System.Net; using System.Text; using System.IO; using System.Collections.Generic; using LitJson; using System.Web.Script.Serialization; public class ce : IHtt... 阅读全文
posted @ 2017-11-30 15:32 尘梦 阅读(3964) 评论(0) 推荐(0) 编辑