摘要: using System;using System.Web;using Newtonsoft.Json;//先引入这两个命名空间using Newtonsoft.Json.Converters;using System.Data;using Redsz.DAO;public class AddShopOnly : IHttpHandler{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string uid = ... 阅读全文
posted @ 2014-02-12 11:16 蒙面侠 阅读(2075) 评论(0) 推荐(0) 编辑