2022-05-11  本文已影响0人  禾苗种树

https://www.runoob.com/tags/ref-eventattributes.html

//
$('.show_youlike').on('ended',function(){
      console.log('我播放完了!');
      window.location.replace("http://www.baidu.com");
    })
 $(this).children('video')[0].play();
$(this).children('video')[0].pause();
$(this).children('video')[0].currentTime = 0;//如果是停止就设置为0 ,暂停时不写该行;
上一篇下一篇

猜你喜欢

热点阅读