var title = $("#frame_id").contents().find("title").html(); $(document).find("title").html(title);
只有当页面位于同一个域时才能执行此操作,否则它无用.