<div class="scroll-wrapper">
<iframe src="地址"></iframe>
</div>
<style>
.scroll-wrapper { position: fixed; right: 0; bottom: 0; left: 0; top: 0; -webkit-overflow-scrolling: touch; overflow-y: scroll; }
.scroll-wrapper iframe { height: 100%; width: 100%; }
</style>