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.
我在 IIS 7(Window server 2008)中配置了一个应用程序引用来下载文件夹,以允许用户下载 zip 文件。但是当我删除或更新文件时,用户仍然下载这个文件,此时它并没有被删除或修改。
有没有人和我遇到同样的情况?请帮帮我。
我已经找到了解决这个问题的方法。非常简单,只需在下载链接末尾添加“?v=”即可。