Response 对象用于将数据从服务器发送回浏览器。
页面跳转并传递参数
Response.Redirect("~/welcome.aspx?parameter1=one¶meter2=two");
Response.Write("<script>alert(‘提示内容‘);location.href=‘Url‘;</script>");
时间: 2024-10-21 00:24:58
Response 对象用于将数据从服务器发送回浏览器。
页面跳转并传递参数
Response.Redirect("~/welcome.aspx?parameter1=one¶meter2=two");
Response.Write("<script>alert(‘提示内容‘);location.href=‘Url‘;</script>");