From ea4ba0552a4f23dc9b3fee071411a3c77a9cd611 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Mon, 17 Dec 2018 21:19:22 +0800 Subject: [PATCH] =?UTF-8?q?Update=20J2EE=E5=9F=BA=E7=A1=80=E7=9F=A5?= =?UTF-8?q?=E8=AF=86.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Java相关/J2EE基础知识.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java相关/J2EE基础知识.md b/Java相关/J2EE基础知识.md index 3f37100c..47408ddf 100644 --- a/Java相关/J2EE基础知识.md +++ b/Java相关/J2EE基础知识.md @@ -125,7 +125,7 @@ redirect:低. ```java Response.setHeader("Refresh","5;URL=http://localhost:8080/servlet/example.htm"); ``` -其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现没过一秒自动刷新本页面一次) +其中5为时间,单位为秒。URL指定就是要跳转的页面(如果设置自己的路径,就会实现每过一秒自动刷新本页面一次) ## Servlet与线程安全