index.js 96 B

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