html5 语音搜索
时间:2014-04-03 19:26:10
收藏:0
阅读:414
开始以为是接口什么的,原来这就是语言搜索。
只需要在input加上x-webkit-speech
<input type="text" class="text" x-webkit-speech/>
不过只有webkit核心的浏览器才能使用
原文:http://www.cnblogs.com/tinyphp/p/3642156.html
评论(0)