摘要:
HTTP响应状态码: 100 Continue 101 Switching Protocol 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information 204 No Content 205 Reset Content 206 阅读全文
摘要:
1、直接在.aspx页面中设置最直接的,在.aspx页面中添加一行如下代码: 表示将这个页面缓存1小时。运行页面查看请求头信息:第一次运行,效果如图:再次请求页面点击“转到”或者光标移入地址栏然后回车,或者F5刷新页面,效果如图:注意:缓存对ctrl+F5强刷不起作用。可以看到,设置后请求响应头中多 阅读全文