Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个使用 x-webkit-speech 的 html5 应用程序。
对于那些不熟悉 x-webkit-speech 的人,它被添加到像这样的常规输入中<input type="text" x-webkit-speech />,然后让用户能够使用他们的声音而不是键盘。
<input type="text" x-webkit-speech />
我想知道你说完后如何提交表格。谷歌在他们的主页上做,所以我知道这是可能的,我只是不知道怎么做。
谢谢,伊恩
查看 stoyan stefanov 的这个 webkit 演示,您正在寻找的事件是onwebkitspeechchange
onwebkitspeechchange