ASP Redirect 方法

2018-09-12 15:11 更新

ASP Redirect 方法


Response 对象参考手册 完整的 Response 对象参考手册

Redirect 方法把用户重定向到一个不同的 URL 。

语法

Response.Redirect URL

参数 描述
URL 必需。用户浏览器被重定向的 URL。

实例

<%
Response.Redirect "http://www.w3cschool.cn"
%>


Response 对象参考手册 完整的 Response 对象参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号