首页 > 网站 > 建站经验 > 正文

JS、P中实现301重定向的代码

2019-11-02 14:38:37
字体:
来源:转载
供稿:网友

如一页面article.JSP中实现301重定向:

<%@ page language="Java" contentType="text/HTML; charset=UTF-8" p

重口味网名[www.la240.com/html2017/1/39/]
ageEncoding="UTF-8"%>
<%
response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);   
response.setHeader("Location","/other.jsp");

return;
%>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表