时间:2021-07-01 10:21:17 帮助过:18人阅读
<input type="text" id="name" value="zhangsan"/>
<a href="a.html" target="_blank">预览</a>
2、子页面,也就是a.html获取父页面中文本框的value
代码如下:
$(function(){
console.info(window.opener.document.getElementById("name").value);
});
这样控制台中出来的则是父页面文本框的值
Don't hurry say have no choice, perhaps, next intersection will meet hope.