vue中嵌套页面 iframe 标签


vue中嵌套iframe,将要嵌套的文件放在static下面:

 

<iframe src="../../../static/bear.html" width="300" height="300" frameborder="0" scrolling="auto"></iframe>
 

src可以使用相对路径,也可使用服务器根路径http:localhost:8088/…等:

 

<iframe src="https://www.baidu.com/" width="300" height="300" frameborder="0" scrolling="auto"></iframe>
 
 
百度页面:
bear页面


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM