|
Page a.htm above code
<a href="websites/Result.aspx?&FromCity='Shihezi'&ToCity='Turfan'"> asdfsdafsdafsadfsda </a>
Page b.aspx background code
string fromCity = Request.QueryString ["FromCity"];
string toCity = Request.QueryString ["ToCity"];
string weight = Request.QueryString ["Weight"];
Why did you get Shihe? Turu? The last word of the parameter "child" and "fan" both become "?"
If the parameter is "Hello China", "Hello World", there is no problem |
|