1
工作,我想我進入網址,重定向來自:與哈希邦焦URL重定向無法在JavaScript
http://example.com/#!foo
到窗體:
http://example.com/folder/#!foo
我怎樣才能做到這一點使用JavaScript的?
我試圖
window.open('http://example.com/'+window.location.hash);
但網頁沒有進行重定向。
任何想法?
任何原因你問這個問題[再次](https://stackoverflow.com/questions/34984544/javascript-url-redirection-with-pound-bang-char-in-path) –