我很难从 DIV 中隐藏文本,同时仍然允许 div 中的 iframe 出现。这是示例代码:
<div class="whatever">
<iframe src="http://something"></iframe>
Here is some text with <a href="#">links</a> and <strong>bold text</strong>
</div>
我只需要<iframe>
出现。这很容易实现吗?
我很难从 DIV 中隐藏文本,同时仍然允许 div 中的 iframe 出现。这是示例代码:
<div class="whatever">
<iframe src="http://something"></iframe>
Here is some text with <a href="#">links</a> and <strong>bold text</strong>
</div>
我只需要<iframe>
出现。这很容易实现吗?