匹配脚本标签并使用原型将其删除
我的页面上有一堆脚本标签,我想删除任何包含以下单词的脚本标签:“js/calendar_SHA1_”。
我正在使用 protype javascript 库。是否有一种真正有效的方法来匹配上述字符串并将其从页面中删除?
I have a bunch of script tags on my page, and I want to remove any script tag that includes the the words: 'js/calendar_SHA1_'.
I am using the protype javascript library. Is there a really efficient way to match for the aforementioned string and remove it from the page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了!代码如下:
}
Got it! The code is below:
}