Is there a way I can modify the URL of the current page without reloading the page?(有没有办法可以在不重新加载页面的情况下修改当前页面的URL?)
I would like to access the portion before the # hash if possible.(如果可能,我想访问#哈希之前的部分。)
I only need to change the portion after the domain, so it's not like I'm violating cross-domain policies.(我只需要更改域后的部分,所以就好像我没有违反跨域策略一样。)
window.location.href = "www.mysite.com/page2.php"; // Sadly this reloads
ask by Robinicks translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…