摘要: using System;using System.Web;using System.Text;public class Search : IHttpHandler{ /// /// 处理http请求 /// /// 请求上下文(浏览器request上文,服务器response是下文) public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/html"; //接受请求 var name = context.Request.QueryString[" 阅读全文
posted @ 2013-08-09 00:32 nqsan 阅读(440) 评论(0) 推荐(0) 编辑
摘要: //1.获取到数据方式一 test //2方式二 //3.方式三用原生javascript做. 阅读全文
posted @ 2013-08-09 00:31 nqsan 阅读(395) 评论(0) 推荐(0) 编辑