【Vegas原创】url传中文字符乱码问题~
加:
System.Web.HttpUtility.UrlEncode(StrDept, System.Text.Encoding.Default)
解:
urlDecode()
asp解:
request.QueryString("xmlText")
喜欢请赞赏一下啦^_^赞赏后请加wx:weyocul,相关文章提到的的安装包稍后给到哦!没有收到赞赏直接加我的,直接无视哈!
加:
System.Web.HttpUtility.UrlEncode(StrDept, System.Text.Encoding.Default)
解:
urlDecode()
asp解:
request.QueryString("xmlText")