Skip to content

Commit ea4ba05

Browse files
authored
Update J2EE基础知识.md
1 parent 0bc951d commit ea4ba05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java相关/J2EE基础知识.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ redirect:低.
125125
```java
126126
Response.setHeader("Refresh","5;URL=http://localhost:8080/servlet/example.htm");
127127
```
128-
其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现没过一秒自动刷新本页面一次
128+
其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过一秒自动刷新本页面一次
129129

130130

131131
## Servlet与线程安全

0 commit comments

Comments
 (0)