PHP群:95885625 Hbuilder+MUI群:81989597 站长QQ:634381967
    您现在的位置: 首页 > 开发编程 > ASP.NET教程 > 正文

    后台刷新aspx页面的四种方式

    作者:admin来源:B5教程网浏览:时间:2020-09-30 00:07:50我要评论
    导读:一:Response Redirect(Request Url ToString());二:Response Write("<script language=javascript>window location href=document URL;<
    一:Response.Redirect(Request.Url.ToString()); 
     
    二:Response.Write("<script language=javascript>window.location.href=document.URL;</script>"); 
     
    三:Response.AddHeader("Refresh","0"); 
     
    四:Response.Write("<script language=javascript>window.location.reload();</script>"); 
     
    转载请注明(B5教程网)原文链接:https://b5.mxunkeji.com/content-11-245-1.html
    相关热词搜索: 页面刷新