摘要: ajax代码$.ajax({ type: "post", url: "AjaxHandler.ashx", data: {"value1":'万事如意',"value2":'心想事成',"value3":'牛牛牛'},//参数要对应 success: function(result) { alert(result); } });一般处理程序操作ashx获取参数值 string value1 = context.Request.Form[" 阅读全文
posted @ 2012-05-13 16:08 ajunfly 阅读(11441) 评论(1) 推荐(2)