随笔分类 -  Html/XHtml/CSS/Javascript/

Web前端技术
jquery.post的参数在服务端无法接收 by Ardge
摘要:客户端: function test() { $.ajax({ type: "POST", url: "Handler1.ashx", data: { foo: ["bar1"] }, success: function(msg) { alert("suc"); } }); }服务端: public void ProcessRequest(HttpContext context) { contex... 阅读全文
posted @ 2010-02-10 08:52 OceanShare 阅读(1009) 评论(0) 推荐(0)