使用
window.parent
获取父页面
比如:
刷新父页面:
window.parent.location.reload();
获取父页面的元素:
window.parent.document.getElementById(...);