JQuery传值给.ashx乱码
时间:2014-02-21 23:56:09
收藏:0
阅读:524
JQuery部分: url:encodeURI("GetChartData.ashx?title=测试"),
.ashx部分: title = HttpUtility.UrlDecode(context.Request.Params["title"]);
原文:http://www.cnblogs.com/kevin1988/p/3559319.html
评论(0)