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.
Adobe Muse 使用的大多数资源都以crcGET 参数结尾。
crc
例如:
site_global.css?crc=496117513
这适用于所有图像、css 和 javascript 文件。
我想知道他们为什么使用它并且可以将其删除吗?
这可能代表循环冗余校验,一个简单的校验和。
它可能用于缓存清除,以确保在内容更改时 URL 会更改。