现在假设我已经设置了此代码。
<html>
<iframe id="content" src="http://www.newgrounds.com/" height="600px" width="100%" frameborder="0"></iframe>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script>
//some code here
</script>
</html>
假设我想逐个删除某些部分。例如,我想从中删除“header”类或只是隐藏它。你不能点击它或它不显示的东西。我可以使用javascript或jQuery,并不重要。
关于如何做到这一点的任何想法?