前端使用 url/localStorage 將數據傳到下一頁

一、url —— 須要將少許數據傳給下一頁,能夠直接加在url上 如 (1)設置下一頁連接 https://www.test.com/index.html?type1html(2)使用window.location.search 獲取 href 屬性中跟在問號後面的部分 示例: var test = window.location.search; alert(test); 返回:?type1web
相關文章
相關標籤/搜索