两个html之间的值传递(jslocation.search用法)
程序员文章站
2022-11-30 20:20:28
两个html之间的值传递(js location.search用法)
将两个html放到同一个文件夹下,自己引入jquery的包。先打开a.html点击”传值”按钮,看b.h...
两个html之间的值传递(js location.search用法)
将两个html放到同一个文件夹下,自己引入jquery的包。先打开a.html点击”传值”按钮,看b.html中是否接收到值。
原理:
从a.html根据: window.location.href=”b.htmlvalus=parm”;
跳转到b.html中,用window.location.search;接收值。
a.html:
传值
b.html:
接收的值是: