我正在尝试重定向到相对网址,就像这样
setTimeout(window.location.pathname = '/help/fusion/index.php#3', 500);
但是# 似乎在传递给window.location.pathname 时会引起问题。错误是
“在此服务器上找不到请求的 URL /help/fusion/index.php#3。”
但是浏览器实际显示的url是localhost/help/fusion/index.php%233#1。有人知道如何避免这种情况吗?