两个html之间的值传递(js location.search用法)
将两个HTML放到同一个文件夹下,自己引入jquery的包。先打开a.html点击”传值”按钮,看b.html中是否接收到值。
原理:
从a.html根据: window.location.href=”b.html?valus=parm”;
跳转到b.html中,用window.location.search;接收值。
a.html:
<!DOCTYPE html>
&l...
原创
2018-10-19 09:12:12 ·
1307 阅读 ·
2 评论