标签: javascript jquery url url-rewriting
我想在没有页面刷新的情况下替换网址,并使用window.history.pushState()重定向 我需要改变:
window.history.pushState()
domain.com/test
到
example.com
怎么做?
答案 0 :(得分:1)
如果不实际重定向,则无法使用历史记录pushState或任何其他API来更改域名。这是出于安全措施。