This works in all browsers:
(这适用于所有浏览器:)
window.location.href = '...';
If you wanted to change the page without it reflecting in the browser back history, you can do:
(如果您想更改页面而不反映在浏览器后退历史记录中,您可以执行以下操作:)
window.location.replace('...');
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…