# 获取iframe中页面变量
# childWindow
document.getElementById("myframe").contentWindow
# 获取父窗口变量
window.parent.变量名
# 获取顶层窗口变量
window.top.变量名