<% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server %> 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-12-02 2021-12-06 2022-03-05 2022-12-23 2021-04-18