function ShowExit() { //获取iframe的window对象 var topWin = window.top.document.getElementById("frame").contentWindow; //通过获取到的window对象操作HTML元素,这和普通页面一样 title = topWin.document.title; console.log(title); }