利用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