标签:accept bsp hone video audio one type cap str
调用image 即打开相册或调用系统相机:
<input type="file" accept="image/*" capture="camera">
调用video 即打开视频或调用系统视频:
<input type="file" accept="video/*" capture="camcorder">
调用audio 即打开音频或调用系统音频:
<input type="file" accept="audio/*" capture="microphone">
标签:accept bsp hone video audio one type cap str
原文地址:http://www.cnblogs.com/cisum/p/7746838.html