【发布时间】:2016-01-05 18:35:49
【问题描述】:
如果您查看以下文件的内容:
http://swiftdigital.ltd.uk/wp-content/themes/bigbangwp_child/style.css?ver=4.4
如果您查看相同的文件但最后是4.5,内容会有所不同:
http://swiftdigital.ltd.uk/wp-content/themes/bigbangwp_child/style.css?ver=4.5
服务器上的文件内容为:
/*
Theme Name: BigBangWP Child Theme
Description: Edit style.css, function.php or copy theme original files and customize it on your own
Author: Brankic1979
Template: bigbangwp
*/
@import "css/colors/color-blue.css";
服务器上没有缓存,为什么 4.4 版本返回文件的旧内容?
【问题讨论】:
-
您的浏览器会缓存它吗?值得一提的是,如果我
curl两个 URL,我会得到完全相同的内容。
标签: php html google-chrome