| 标题 | dreamweaver如何制作禁止页面缓存 |
| 内容 | html 只要加在头部就可以了 asp教程做法 代码如下: response.buffer = true response.expiresabsolute = now() - 1 response.expires = 0 response.cachecontrol = no-cache response.addheader pragma, no-cache php教程做法 代码如下: header('expires: mon, 26 jul 1997 05:00:00 gmt'); header('last-modified: ' . gmdate('d, d m y h:i:s') . 'gmt'); header('cache-control: no-cache, must-revalidate'); header('pragma: no-cache'); ?> 还有一种更简单的方法,就是大家ajax时用到的?mt=随便数据 |
| 随便看 |
|
在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。