所以目前,我有我的網址是這樣的:http://localhost:8000/fund_monitor/fund_details/fundaccountid=4&transmission=3&startDate=2017-08-01&endDate=2017-08-02/
JavaScript網址替換
後來,當我重定向使用windows.location.replace(url)
的網址,該網址會變成這樣:http://localhost:8000/fund_monitor/fund_details/fundaccountid%3D4&transmission%3D3&startDate%3D2017-08-01&endDate%3D2017-08-02/
所以等號被轉換爲另一種格式。有沒有辦法保留原始格式?
感謝
似乎並沒有引起我的問題在Chrome最新版本。你正在使用哪種瀏覽器? –
那麼爲什麼它不是查詢字符串?它正在urlencoded .... – epascarello
我使用Chrome:/ – anderish