0
点赞
收藏
分享

微信扫一扫

禁止浏览器缓存(适合火狐和IE)

蒸熟的土豆 2022-11-23 阅读 134


Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.Cache.SetNoStore();

举报

相关推荐

0 条评论