html小笔记

  • 语音输入
<input type="text" x-webkit-speech />
  • 文件上传,从相机捕获媒体
<input type="file" accept = "image/*; capture=camera" />
<input type="file" accept = "video/*; capture=camcorder" />
<input type="file" accept = "audio/*; capture=microphone" />
  • 电话短信
<a href="sms:18888886666,18888885555″>发送短信给多个人 的链接</a>   
<a href="sms:12345678&body=hello">给 10086 发短信 (苹果)</a> 
<a href="sms:10086?body=7311">给 10086 发短信 (安卓) </a>
<a href="tel:18888886666″>Call us at 18888886666 拨打电话的链接</a>
  • 下载图片
<a href="images/banner2.jpg" download="banner2.jpg">下载图片</a>

 

posted @ 2020-03-17 01:57  sjzhen  阅读(46)  评论(0编辑  收藏  举报