js 传汉字到ashx中 传送与接收

1.js传送:capacityLevel=" +escape(capacityLevel) + " 加上escape,post过去

2.ashx接受:HttpContext.Current.Server.UrlDecode(context.Request.QueryString["capacityLevel"])

原文地址:https://www.cnblogs.com/bfy-19/p/3304398.html