首页 > 其他 > 详细

文本框语音输入

时间:2015-09-29 12:47:32      阅读:223      评论:0      收藏:0      [点我收藏+]


<input type="text" x-webkit-speech lang="zh-CN" onwebkitspeechchange="change()" x-webkit-grammar="builtin:search"/>
 onwebkitspeechchange:语音输入时
 x-webkit-grammar 去掉多余的
lang  语音种类


<input type="file"accept="image/*; capture=camera" />
<input type="file"accept="video/*; capture=camcorder" />
<input type="file"accept="audio/*; capture=microphone" />

文本框语音输入

原文:http://www.cnblogs.com/zhunandw/p/4845903.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!