微信端 h5 视频 video 自动播放
            时间:2018-11-25 17:53:20  
            收藏:0  
            阅读:843
        
        
        document.addEventListener("WeixinJSBridgeReady",function(){ 
document.getElementById("videoID").play();
},false);
autoplay不能用的
感谢
https://blog.csdn.net/little_boy_9527/article/details/79628897
            评论(0)
        
        
        