1 回答
森栏
TA贡献1810条经验 获得超5个赞
navigator.getUserMedia的判断回掉里面要改成
video.src=stream
===>
video.src=URL.createObjectURL(stream)
添加回答
举报
0/150
提交
取消