使用location.assign
方法可以改變當前窗口的URL并加載新的頁面,從而提升用戶體驗。以下是一些使用location.assign
方法提升用戶體驗的示例:
location.assign
方法將用戶導航到另一個頁面,而無需刷新整個頁面。document.getElementById("myButton").addEventListener("click", function() {
location.assign("https://www.example.com/newpage");
});
location.assign
方法將用戶重定向到一個有效頁面。if (invalidPage) {
location.assign("https://www.example.com/404");
}
location.assign
方法重新加載當前頁面。setInterval(function() {
location.assign(window.location.href);
}, 60000); // 每隔60秒刷新頁面
總的來說,使用location.assign
方法可以幫助改善用戶體驗,使用戶在瀏覽網站時更加流暢和便捷。