document.addEventListener('touchstart', function () {// 通过触摸自动播放
if (!this.isTouchstart) {
$("#bgAudio")[0].play();
}
this.isTouchstart = true;
}, false);
// isTouchstart 就需要自己定义了 一开始是false
02-04
06-13
3343

06-27
2547
