📜  jq ridirect - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:49.983000             🧑  作者: Mango

代码示例1
// 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";