1. 程式人生 > >vue中巢狀頁面 iframe 標籤

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頁面