让JSP页面过期, 保证每次JSP页面都是最新的.
response.addHeader("Cache-Control", "no-cache");
response.addHeader("Expires", "Thu, 01 Jan 1970 00:00:01 GMT");
相关文章
- 让JSP页面过期, 保证每次JSP页面都是最新的.
- response.addHeader(Cache-Control, no-cache); response.addHeader(Expires, Thu,01 Jan1970 00:00:01 GMT);让,JSP,页面,过期,保证,每次,...
- 让JSP页面过期, 保证每次JSP页面都是最新的.
- response.addHeader(Cache-Control, no-cache); response.addHeader(Expires, Thu,01 Jan1970 00:00:01 GMT);让,JSP,页面,过期,保证,每次,...