Jquery获取iframe子/父窗口中的标签时间:2023-03-09 23:50:57 获取子窗口中的标签: $("#id",document.frames('iframename').document); 获取父窗口中的标签: $('#id', parent.document);