iframe 另类知识

去除自带顶部toolbar

iframe 另类知识

<iframe
   scrolling="no"
    allowtransparency="yes"
    frameborder="0"
    marginwidth="0"
    marginheight="0"
    :src="'http://xxxxxxx' + '#toolbar=0'"
    style="height: 100%; width:100%"
  />

窗口改变时,宽、高自适应

<iframe
   scrolling="no"
    allowtransparency="yes"
    frameborder="0"
    marginwidth="0"
    marginheight="0"
    :src="'http://xxxxxxx' '#view=FitH,top,&toolbar=0'"
    style="height: 100%; width:100%"
  />
上一篇:干货 | 算法工程师入门第二期——穆黎森讲增强学习(二)


下一篇:Vue可伸缩工具栏