H5调用设备摄像头和系统相册
Posted 樱桃&丸子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H5调用设备摄像头和系统相册相关的知识,希望对你有一定的参考价值。
1.调用设备摄像头
<input type="file" accept="image/*" capture="camera">
2.调用系统相册
<input type="file" capture="camera">
3.调用摄像头和系统相册
<input type="file" accept="image/*">
以上是关于H5调用设备摄像头和系统相册的主要内容,如果未能解决你的问题,请参考以下文章