asp.net 中文乱码的解决方法,原编码utf-8接受的是gb2312
string strArcit = Request.ServerVariables["QUERY_STRING"]; string strtt = System.Web.HttpUtility.UrlDecode(strArcit, System.Text.Encoding.GetEncoding("Gb2312"));这样也可以解决乱码 string strvoid = HttpContext.Current.Request.QueryString.Get("v_oid"); 获取GEt参数