码迷,mamicode.com
首页 > 其他好文 > 详细

response对象使用:重定向

时间:2019-10-09 22:37:29      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:http   set   highlight   doctype   res   ima   red   效果   odi   


index.jsp
index.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8 "
    pageEncoding="UTF-8"%>
  <%@  page import="java.util.*"%> 
<!DOCTYPE html>
<html>
<head>
<title>Insert title here</title>
</head>
<body>
    <%
        response.sendRedirect("index2.jsp")        ;
    %>
</body>
</html>

index2.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>

    第二个页面
</body>
</html>
 
运行效果:
 
技术图片

 

response对象使用:重定向

标签:http   set   highlight   doctype   res   ima   red   效果   odi   

原文地址:https://www.cnblogs.com/wwenwei/p/jsp.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!