js 不重新整理頁面替換url位址欄裡面的參數
原來位址欄是這樣

if (window.history){
// 支援History API
history.replaceState(null,"",'/#/bkqy/resultQuery')
}
就會變成這樣(沒有重新整理頁面)
原來位址欄是這樣
if (window.history){
// 支援History API
history.replaceState(null,"",'/#/bkqy/resultQuery')
}
就會變成這樣(沒有重新整理頁面)