用iframe里面的关闭按钮关闭iframe弹窗

2024年04月19日 建站教程

1、html代码

<iframe class="iframe" src="tc.html" frameborder="0" height="100%" width="100%"></iframe>

2、js代码

$(window.parent.document).find(".iframe").css({"display":"none"});

本文链接:http://so.lmcjl.com/news/2596/

展开阅读全文