We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44acccc + 40f1838 commit ebef8b3Copy full SHA for ebef8b3
Java相关/J2EE基础知识.md
@@ -125,7 +125,7 @@ redirect:低.
125
```java
126
Response.setHeader("Refresh","5;URL=http://localhost:8080/servlet/example.htm");
127
```
128
-其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过一秒自动刷新本页面一次)
+其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过5秒自动刷新本页面一次)
129
130
131
## Servlet与线程安全
0 commit comments