1、调用 邮件 : 参考 https://blog.csdn.net/github_38516987/article/details/77637546 (亲测有效)
<a href="mailto:[email protected]">发送邮件</a>
2、调用 拨打手机
<a href="tel:400-888-9999">400-888-9999</a>
3、调用 短信
<a href="sms:10086">发送</a>
3、调用 照相机 : 参考 https://blog.csdn.net/qq_19872525/article/details/81176002(亲测有效,在手机端)
<input type="file" id=‘image‘ accept="image/*" capture=‘camera‘>
4、调用 摄像
<input type="file" id=‘video‘ accept="video/*" capture=‘camcorder‘>
5、调用 相册
原文地址:https://www.cnblogs.com/wfblog/p/9989863.html
时间: 2024-10-31 13:46:47