HTML设置禁用缓存 Posted on 2015/04/23 by neohope — No Comments ↓ <!-- HTTP 1.1 --> <meta http-equiv="pragma" content="no-cache"> <!-- HTTP 1.0 --> <meta http-equiv="cache-control" content="no-cache"> <!-- Prevent caching at the proxy server --> <meta http-equiv="expires" content="0"> Share the post "HTML设置禁用缓存" FacebookTwitterShare…