标签: jquery
如何在其中删除或隐藏网站的内容或元素 jquery 中的 iframe ?
答案 0 :(得分:0)
$("iframe").children().remove();
$("iframe").children().hide();