Layui Iframe 多层嵌套

原文:
https://www.w3school.com.cn/tags/tag_iframe.asp
https://www.w3school.com.cn/tags/html_ref_standardattributes.asp
https://www.w3school.com.cn/jsref/dom_obj_frame.asp

主要代码

$($(window.document).find("iframe")[0]).addClass("3333333");

var d = $(window.document).find("iframe")[0].contentDocument
console.log($(d).find("body").addClass("44444444"));

var d2 =  $(d).find("iframe")[0].contentDocument;
console.log($(d2).find("body").addClass("5555555555"));

页面样子




posted @ 2020-11-02 16:28  古兴越  阅读(1020)  评论(0)    收藏  举报