ASP 重定向 方法
❮ 完整 Response 对象参考
Redirect 方法将用户重定向到不同的 URL。
语法
Response.Redirect URL
参数 | 描述 |
---|---|
URL | 必需。用户(浏览器)重定向到的 URL |
示例
<%
Response.Redirect "https://w3schools.org.cn"
%>
❮ 完整 Response 对象参考
Redirect 方法将用户重定向到不同的 URL。
Response.Redirect URL
参数 | 描述 |
---|---|
URL | 必需。用户(浏览器)重定向到的 URL |
<%
Response.Redirect "https://w3schools.org.cn"
%>
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]