Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 PHP 中使用 filemtime 来强制浏览器重新加载 CSS 吗?
$mtime = filemtime('style.css'); echo "\style.css?mod=" . $mtime;
文件时间太慢了吗?
filemtime正常情况下应该没问题。
filemtime
您还可以查看 E-Tags,让 Apache 为您完成这项工作。