更新时间:2017/10/30 21:05:12
更新说明:
1. 增加了音频发生错误的错误反馈
2. 取消jQuery
3. 这是新的使用方法
var setConfig = { song: [{ title: 'ツナ?醒', src: 'audio/001.mp3', cover: 'images/001.jpg' }, { title: '笑脸', src: 'audio/002.mp3', cover: 'images/002.png' }], //错误信息的方块 error: function(meg) { console.log(meg); } }; var audioFn = audioPlay(setConfig); audioFn.loadFile(true);
更新时间:2017/5/19 上午11:41:46
更新说明:更改事件源绑定,修正进度拖拽后音频卡顿的问题
更新时间:2017/5/3 16:42:17
更新说明:修改了音量调节因浏览器出现滚动条失效的bug
Uncaught (in promise) DOMException: The element has no supported sources.
怎么解决啊
audio.js:165 Uncaught (in promise) DOMException: The element has no supported sources. 什么问题啊