利用iframe
<Iframe src="page1.html" width="250" height="200" scrolling="no" frameborder="0"></iframe>
<div class="swiper-slide" style="background:#add;"> <Iframe src="page1.html" width="250" height="200" scrolling="no" frameborder="0"></iframe> </div> <div class="swiper-slide" style="background:#ccc;"> <Iframe src="page2.html" width="250" height="200" scrolling="no" frameborder="0"></iframe> </div>
原文地址:https://www.cnblogs.com/liubingyjui/p/10551162.html
时间: 2024-11-09 06:23:49