Web請求語句
Http://WebForm2.aspx?name=picname
在WebForm2.aspx的代碼隐藏中,獲得參數值的語句
string name = Request.QueryString["name"];
本文轉自daniel8294 51CTO部落格,原文連結:http://blog.51cto.com/acadia627/1905480,如需轉載請自行聯系原作者
Web請求語句
Http://WebForm2.aspx?name=picname
在WebForm2.aspx的代碼隐藏中,獲得參數值的語句
string name = Request.QueryString["name"];
本文轉自daniel8294 51CTO部落格,原文連結:http://blog.51cto.com/acadia627/1905480,如需轉載請自行聯系原作者