美文网首页Vue中踩过的那些坑
HTML5调用手机相机、相册

HTML5调用手机相机、相册

作者: 别来无恙_ly | 来源:发表于2021-03-11 17:43 被阅读0次
//调用相机
<input type="file" name="image" accept="image/*" capture="camera" ref="camera">
//调用相册
<input accept="image/*" type="file" ref="file">

不想调按钮样式可以直接隐藏按钮,通过事件调用该API。

相关文章

网友评论

    本文标题:HTML5调用手机相机、相册

    本文链接:https://www.haomeiwen.com/subject/fwroqltx.html