iframe的优缺点?

1.`<iframe>`优点:

    解决加载缓慢的第三方内容如图标和广告等的加载问题
    Security sandbox
    并行加载脚本

2.`<iframe>`的缺点:


    *iframe会阻塞主页面的Onload事件;

    *即时内容为空,加载也需要时间
    *没有语意 
原文地址:https://www.cnblogs.com/linkhtml/p/5489672.html