Servlet and refresh the page automatically jump

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/Lhm2250765841/article/details/100567825

Pages regularly updated

response.addHeader("refresh","5");
//5秒后跳转

Pages regularly updated and jump

response.setHeader("refersh","3;http://www.baidu.com");
//3秒后刷新并跳转到百度


response.setHeader("refresh", "2;URL=index.html");
//跳转项目内其他页面

Guess you like

Origin blog.csdn.net/Lhm2250765841/article/details/100567825
Recommended