去除自带顶部toolbar
<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%"
/>