标签:事件 tsp lang arc color uil class strong 方式
一、使用方式:
1 <input type="text" x-webkit-speech />
二、属性
1.lang属性:语言种类
1 <input type="text" x-webkit-speech lang="zh-CN"/>
2.x-webkit-grammar属性:语法
1 <input type="text" x-webkit-speech x-webkit-grammar="bUIltin:search" />
三、事件
onwebkitspeechchange事件:当语音识别成功,文本写入到文本框之后触发
1 <input type="text" x-webkit-speech onwebkitspeechchange="alert(‘OK‘)"/>
标签:事件 tsp lang arc color uil class strong 方式
原文地址:http://www.cnblogs.com/softwarefang/p/6142405.html