摘要:
自己写的一个简单的js post ajax 页面传值ajax一般处理程序相应代码public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; string name = context.Request.Form["name"].ToString();//获取Default.aspxpost发送过来的数据 string pwd=context.Request.Form["pwd"].ToString(); / 阅读全文
posted @ 2012-11-12 10:36
潇潇雨歇抬望眼1
阅读(1249)
评论(0)
推荐(0)