JS控制页面跳转

  • window.location.href = "index.jsp?xxx=aaa"
  • window.history.back(-1);
  • window.navigate("index.jsp");
  • window.locaion = "./index.jsp";
原文地址:https://www.cnblogs.com/ykt8465279130/p/3467095.html