redirect.js
来自「Harvestman-最新版本」· JavaScript 代码 · 共 16 行
JS
16 行
function redirect(){ window.location.assign("http://www.newsite.com");}function redirect2(){ location.replace("http://www.newsite.com");}function redirect3(){ window.location.href = "http://www.newsite.com";} location.replace("http://www.newsite.com");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?