摘要: //js获取iframe function iframeDom(id) { return document.getElementById(id).contentDocument || document.frames[id].document; }; //jq定义 var doc = iframeDo 阅读全文
posted @ 2022-04-06 17:54 酷酷的抖s 阅读(36) 评论(0) 推荐(0)