Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
location.href location.replace document.URL
他の同様の質問からわかるように、そのような可能なすべての方法を統合できますか?
var customURL = 'http://www.example.com'; window.location.href = customURL; window.location.assign(customURL); // Current page won't get saved in the history: window.location.replace(customURL); // Gecko only: window.document.location = customURL
以下も参照してください。
window.location
window.document.location