<input type = "file" accept="image/*" multiple class='inputbox' />

直接调出上图选择
<input type="file" accept="image/png,image/gif,image/jpeg" capture="camera" >
可以直接调用相机,安卓手机需要支持,必须修改accept参数
<input type = "file" accept="image/*" multiple class='inputbox' />

直接调出上图选择
<input type="file" accept="image/png,image/gif,image/jpeg" capture="camera" >
可以直接调用相机,安卓手机需要支持,必须修改accept参数
1357

被折叠的 条评论
为什么被折叠?