摘要: 1 2 3 4 5 6 7 84 85 86 87 88 89 90 1 2 3 4 5 6 7 21 22 23 24 使用XMLHttpRequest对象... 阅读全文
posted @ 2017-08-29 19:52 wingzw 阅读(341) 评论(0) 推荐(0)
摘要: 1 function hasGetUserMedia(){ 2 return !!(navigator.getUserMedia || navigator.webkitGetUserMedia ||navigator.webkitGetUserMedia); 3 } 4 5 if(hasGetUserMedia()... 阅读全文
posted @ 2017-08-29 16:12 wingzw 阅读(223) 评论(0) 推荐(0)