網址導入 網頁傳值

  • 879
  • 0

摘要:網址導入 網頁傳值

Response.Redirect("導入網址字串");   使用此方法導入另一個網址

 

Response.Redirect("某.aspx?name=" + 字串變數); 將可以將值導入另一個網頁上