明辉站/网站教程/内容

让JSP页面过时, 即保证每次的JSP页面都是最新的.

网站教程2024-01-22 阅读
[摘要]response.addHeader("Cache-Control", "no-cache");response.addHeader("Expires", "Thu,01 Jan 1970 00:00:01 GMT")...
response.addHeader("Cache-Control", "no-cache");
response.addHeader("Expires", "Thu,01 Jan 1970 00:00:01 GMT");

……

相关阅读