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