http://www.whatever.com?hello=goodbye&goodbye=hello string value = Request.QueryString["hello"]
价值会再见
要么
foreach(string key in Request.QueryString) { Response.write(Request.QueryString[key]) }