js代码
<script src="js/velocity.js"></script> <script src="js/shutter.js"></script> <script> $(function () { $('.shutter').shutter({ shutterW: 1000, // 容器宽度 shutterH: 358, // 容器高度 isAutoPlay: true, // 是否自动播放 playInterval: 3000, // 自动播放时间 curDisplay: 3, // 当前显示页 fullPage: false // 是否全屏展示 }); }); </script>