index.js 93 B

12345678
  1. // 轮播设置
  2. $(function () {
  3. $("#myCarousel").carousel(
  4. { interval: 5000 }
  5. )
  6. })