html5手机web app <input type="file" > 只调用图库,禁止调用摄像头?
<input type="file" accept="image/*">
<input type="file" accept="video/*">
<input type="file" accept="audio/*">
分别是下面的情况
文章来自:http://www.cnblogs.com/ch-zaizai/p/6306029.html
<input type="file" accept="image/*">
<input type="file" accept="video/*">
<input type="file" accept="audio/*">
分别是下面的情况