<%@ page contentType="text/html;charset=GB2312"%> <%@ page language="java"%> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>管理平台</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=Home.action"> </head> <body> </body> </html>
今日接触一个新的项目,打开index.jsp的时候如上面代码所示,很是诧异,然后先运行了一下项目发现当输入项目名/index.jsp就跳转到了Home.action。
<meta http-equiv="refresh" content="0; url="> content代表时间,url代表重定向地址,当content="0"时即代表在0秒后就会自动跳转到URL制定的页面