Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户离开播放 youtube 视频的页面时,播放不会停止。我该如何解决?
谢谢!
$(document).live('pagebeforehide', function(){ player.pauseVideo(); });
这将告诉视频在每次调用新页面时暂停。