<script> var mySwiper = new Swiper('.swiper',{ mousewheel: true, }) $('#btn1').click(function(){ mySwiper.mousewheel.disable(); //禁止鼠标滑轮控制 }) ...
確定! 回上一頁