后台跳转的方法:

1.js脚本

  [不推荐使用]

Context.Response.Write("<script language=javascript>window.location.href=\" \"</script>");

2.C#重定向

 [浏览器路径不变,服务器内容请求路径更改]

Response.Redirect(" ");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-09-12
相关资源
相似解决方案