-
window.location.href = "index.jsp?xxx=aaa"
-
window.history.back(-1);
-
window.navigate("index.jsp");
-
window.locaion = "./index.jsp";
本文共 186 字,大约阅读时间需要 1 分钟。
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