html5手机 input file 上传图片 调用API

<input type="file" accept="video/*;capture=camcorder">
<input type="file" accept="audio/*;capture=microphone">
<input type="file" accept="image/*;capture=camera">直接调用相机
<input type="file" accept="image/*" />调用相机 图片或者相册

原文地址:https://www.cnblogs.com/hellman/p/5019512.html