html5手机web app <input type="file" > 只调用图库,禁止调用摄像头?
时间:2017-01-19 12:40:41
收藏:0
阅读:3617
<input type="file" accept="image/*">
<input type="file" accept="video/*">
<input type="file" accept="audio/*">
分别是下面的情况
原文:http://www.cnblogs.com/ch-zaizai/p/6306029.html
评论(0)