html中嵌入.html的文件,使用iframe

使用方式:

1 <div class="map">
2     <iframe class="ql-video" frameborder="0" allowfullscreen="true" id="iframe" [src]="url" [style]="'width: 100%;height:'+height+'px;'" scrolling="no">
3     </iframe>
4 </div>
url为网页文件的路径

posted @ 2022-08-04 15:40  流年sugar  阅读(213)  评论(0编辑  收藏  举报