asp.net刷新页面的方法

1、Response.Redirect(Request.Url.ToString());

2、Response.Write("<script>window.location.href=document.URL;</script>");

3、Response.AddHeader("Refresh","0");

4、<meta http-equiv="refresh" content="600; url=fls.html">

 

感谢:https://www.cnblogs.com/dreammaerd/archive/2011/06/29/2093120.html博主

posted @ 2021-09-27 15:38  红叶舞秋山2021  阅读(449)  评论(0编辑  收藏  举报