提交 40f1838e 编写于 作者: Fantasywk0224's avatar Fantasywk0224

servlet 自动刷新

上级 44accccc
......@@ -125,7 +125,7 @@ redirect:低.
```java
Response.setHeader("Refresh","5;URL=http://localhost:8080/servlet/example.htm");
```
其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过秒自动刷新本页面一次)
其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过5秒自动刷新本页面一次)
## Servlet与线程安全
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册