第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

該網(wǎng)頁如何更改地址欄中的URL查詢參數(shù)?

該網(wǎng)頁如何更改地址欄中的URL查詢參數(shù)?

青春有我 2023-08-05 19:29:42
初始網(wǎng)址是https://robertbarakett.com/products/the-barakett-t-hoodie?option1=Blue+night&option2=S我跟蹤了 HTTP 請求。它只做 1 次重定向:來自https://robertbarakett.com/products/the-barakett-t-hoodie?option1=Blue+night&option2=S到https://robertbarakett.com/products/the-barakett-hoodie-black?option1=Blue%20night&option2=S.但是,地址欄中的最終 URL 是https://robertbarakett.com/products/the-barakett-hoodie-black?variant=31966791729263.我讀到有關(guān)更改 URL 而不重新加載頁面的內(nèi)容:如何在不重新加載頁面的情況下修改 URL?將參數(shù)附加到 URL 而不刷新由于加載網(wǎng)頁后沒有導(dǎo)航歷史記錄,因此排除了window.history.pushState。也許它使用window.history.replaceState?我在頁面的源代碼中進(jìn)行了搜索,沒有找到任何使用replaceState.?那么如何驗(yàn)證是否使用了replaceState其他技術(shù)呢?
查看完整描述

1 回答

?
慕俠2389804

TA貢獻(xiàn)1719條經(jīng)驗(yàn) 獲得超6個(gè)贊

正在使用window.history.replaceState

其具有:

_updateHistoryState: function(variant) {

? ?if (!history.replaceState || !variant) {

? ? ?return;

? ?}

??

? ?var newurl = window.location.protocol + '//' + window.location.host + window.location.pathname + '?variant=' + variant.id;

? ?window.history.replaceState({path: newurl}, '', newurl);

},


查看完整回答
反對 回復(fù) 2023-08-05
  • 1 回答
  • 0 關(guān)注
  • 172 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號