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.
请解释一下“ ?v=1 ”是什么意思<link rel="stylesheet" href="css/style.css?v=1">?
<link rel="stylesheet" href="css/style.css?v=1">?
谢谢!
这是一种对外部资源进行版本控制以及控制它们是否被缓存的非正式方式。当文件更改时,您会增加该数字,以确保所有浏览器都加载新版本。该数字实际上并没有在任何地方使用 - 它只是一种使文件当前版本的 URL 唯一化的方法。