📅  最后修改于: 2022-03-11 14:57:49.983000             🧑  作者: Mango
// similar behavior as an HTTP redirect
window.location.replace("http://test.com");
// similar behavior as clicking on a link
window.location.href = "http://test.com";