为防止 中文乱码,js传值要转码,当js 用 escape() 转码时,.Net 后台可以用 HttpUtility.UrlDecode() 进行解码。例如:document.cookie="city="+escape($(this).html());stringcity=HttpUtility.U... Read More
posted @ 2015-11-13 15:34 awake-insist Views(449) Comments(0) Diggs(0)