Firefox 清除缓存

来源:互联网 发布:东北乌托帮网络大电影 编辑:程序博客网 时间:2024/04/27 13:27

 if (!IsPostBack)
            {
                Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);

                Response.Cache.SetNoStore();

            }

原创粉丝点击