摘要: window.parent.document.getElementById("xxx");获取父窗口的xxx节点$("#myEle", window.parent.document).html(html); 即指明了是在 window.parent.document 中查找 id=myEle 的元素 阅读全文
posted @ 2018-05-14 10:48 羲月 阅读(166) 评论(0) 推荐(0) 编辑