2种解决方法:
PageJS.JS("alert('提交成功');window.location = window.location;", this.Page);
Response.Redirect(自身);
两种页面重定向方法
本文介绍了两种实现网页重定向的方法:一种是通过PageJS.JS进行JavaScript操作来提示消息并刷新当前页面;另一种是使用Response.Redirect进行服务器端的页面跳转。
2种解决方法:
PageJS.JS("alert('提交成功');window.location = window.location;", this.Page);
Response.Redirect(自身);
782

被折叠的 条评论
为什么被折叠?