JavaScript/jQuery js页面自动刷新,跳转到特定链接 2021年10月29日 / //写法一 location.href = location.href; //写法二 location.reload();