<input type="file" accept="video/*;capture=camcorder"> <input type="file" accept="audio/*;capture=microphone"> <input type="file" accept="image/*;capture=camera">直接调用相机 <input type="file" onchange="alert(typeof this.value)" accept="image/*" />调用相机 图片或者相册
html5手机上传图片控件
下面这些控件,可以在手机上,选择相册中的图片,也可以选择相机拍照: