- 页面一
发送
location.href='./addUpdate.html?pageName=添加'
- 页面二
接受
console.log(decodeURI(location.search.split('=')[1]));
标签:传参,原生,JS,window,location,页面
From: https://www.cnblogs.com/Listener-wy/p/17843805.html
发送
location.href='./addUpdate.html?pageName=添加'
接受
console.log(decodeURI(location.search.split('=')[1]));
标签:传参,原生,JS,window,location,页面
From: https://www.cnblogs.com/Listener-wy/p/17843805.html