因为iframes框架在HTTPS会报安全问题,所以在这里不嵌入了
效果如下
代码
<iframe
style="width: auto; height: 400;"
/*框架窗口大小*/
src="https://baidu.com"
/*挂件·网页网址,支持ftp*/
width="auto" height="400"
/*网页大小*/
frameborder="0"
marginwidth="0"
marginheight="0"
/*定位*/
scrolling="yes">
/*是否允许滚动*/
</iframe>
无注释代码
<iframe style="width: auto; height: 400;" src="https://baidu.com" width="auto" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes"></iframe>
好!