gpt4 book ai didi

jquery - 如何删除没有 ID/Class 但基于其 scr 的 iframe

转载 作者:行者123 更新时间:2023-12-01 08:33:58 25 4
gpt4 key购买 nike

如何使用 jQuery 通过定位 scr 来删除 iframe。

我有以下 iframe,我想在页面加载时删除它

<iframe marginwidth="0" marginheight="0" width="728" height="90" scrolling="no" frameborder="0" src="/ads/remove_this_js.html"></iframe>

最佳答案

使用选择器字符串[src="/ads/remove_this_js.html"]:

document.querySelector('[src="/ads/remove_this_js.html"]').remove();

关于jquery - 如何删除没有 ID/Class 但基于其 scr 的 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59024738/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com