我用它来引用文件
<asp:ScriptManagerProxy ID="script" runat="server" >
<Scripts>
<asp:ScriptReference Path="~/CommonResources/MapLocation.js" />
</Scripts>
</asp:ScriptManagerProxy>
我对这个脚本所做的任何更改都不会在我下次发布它时得到反映。只有当我从浏览器清除缓存时,它才会显示如何使浏览器不缓存此文件?