1.父页面A.html中庸iframe调用子页面a.html<iframe src="a.html" id="myFrame"></iframe>2.在a.html中有全局变量idno3.怎么在A.html中访问到idno变量呢,可以用jq? 查看完整描述