暂无 |

79.audio 元素和 video 元素在 ios 和 andriod 中无法自动播放

A
B
C
D
答案:

应对方案:触屏即播

$(‘html’).one(‘touchstart’,function(){

audio.play()

})

解释:
css兼容

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论