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

页面样子





免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM