string q = Request.Url.Query;
System.Collections.Specialized.NameValueCollection nv =
System.Web.HttpUtility.ParseQueryString(q, System.Text.Encoding.GetEncoding("GB2312"));
string areaid = nv["aid"];
Copyright © 2024 Love
Powered by .NET 9.0 on Kubernetes