其他分享
首页 > 其他分享> > Layui Iframe 页面嵌套多层

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"));

页面样子




标签:www,https,Iframe,Layui,嵌套,iframe,addClass,find,cn
来源: https://www.cnblogs.com/guxingy/p/13915091.html