//在iframe内页触发顶层页面body的blur事件. if (window != top) { $(document.body).click(function () { $(top.document.body).click(); }); }