你为什么非用Response.Write 跟Response.Redirect呢?也可以用: this.ClientScript.RegisterStartupScript(this.GetType(), "","");//弹出消息Response.Redirect("'Jump.aspx'");//跳转页面 window.location=window.location是刷新的作用
使用Response.Write("");就可以了