网页插入内容,如果iframe插入的内容尺寸太大,可能就无法显示,你测试插入的网页测试代码为
<p>
<iframe src="https://plugin.speedtest.cn/#000" frameborder="no" scrolling="no" style="width: 550px; height: 610px;"></iframe> <br/>
</p>
可以改为:
<p>
<iframe src="https://plugin.speedtest.cn/#000" frameborder="no" scrolling="no" style="width: 500px; height: 300px;"></iframe>
</p>
<iframe src="https://plugin.speedtest.cn/#000" frameborder="no" scrolling="no" style="width: 500px; height: 600px;"></iframe>