移动端开发 如何实现音乐播放在 跨页面 的时候是连续播放的(不重新开始);currentTime 属性不好使。。。。。。
能不能跨页面没有摸索过, 但是咱们的页面可以用p模拟, 这样音乐能一直播放
两种方法 <html><frameset cols="50%,50%">
<frame src="/log/music.html"> <frame src="/log/index.html">
</frameset></html>第一个页面隐藏,播放音乐,第二个页面跳转,或者用history.pushState,跨页面加载数据参考 http://stackoverflow.com/ques...
能不能跨页面没有摸索过, 但是咱们的页面可以用p模拟, 这样音乐能一直播放
两种方法
<html>
<frameset cols="50%,50%">
</frameset>
</html>
第一个页面隐藏,播放音乐,第二个页面跳转,或者用history.pushState,跨页面加载数据
参考 http://stackoverflow.com/ques...