其他分享
首页 > 其他分享> > html调用系统功能

html调用系统功能

作者:互联网

html调用系统功能


<!-- 拨打电话 -->
<a href="tel:10086">拨打电话给10086小姐姐</a>

<!-- 发送短信 -->
<a href="sms:10086">发送短信给10086小姐姐</a>

<!-- 发送邮件 -->
<a href="mailto:young.joway@aliyun.com">发送邮件给JowayYoung</a>

<!-- 选择照片或拍摄照片 -->
<input type="file" accept="image/*">

<!-- 选择视频或拍摄视频 -->
<input type="file" accept="video/*">

<!-- 多选文件 -->
<input type="file" multiple>

标签:功能,调用,小姐姐,10086,发送,html,JowayYoung
来源: https://blog.csdn.net/webofrxy/article/details/115277562