js|页面response.addHeader("Cache-Control", "no-cache");
response.addHeader("Expires", "Thu, 01 Jan 1970 00:00:01 GMT");
让JSP页面过期, 即保证每次的JSP页面都是最新的.
80酷酷网 80kuku.com
js|页面response.addHeader("Cache-Control", "no-cache");
response.addHeader("Expires", "Thu, 01 Jan 1970 00:00:01 GMT");