gpt4 book ai didi

javascript - 谷歌语音识别搜索文本问题

转载 作者:行者123 更新时间:2023-11-28 13:57:32 24 4
gpt4 key购买 nike

默认文本是输入您的关键字,我点击谷歌语音区域并说 facebook api。然后 facebook api 与默认文本一起打印,如下所示。输入您的文本 facebook api ... google chrome 仅适用

 <form method="GET" name="search" action="index2.php"> 
<table cellpadding="0px" cellspacing="0px"><tr><td>
<input type="text" name="q" value="Enter your keywords here"
onfocus="if (this.value == 'Enter your keywords here') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter your keywords here';}"
x-webkit-speech style="left:9px;top:4px;position:relative;background- color:#fafafa;border:1px solid;color:#333;font-size:1.4em;width:400px;height:28px"; />
</td><td><input type="submit" value="Search" name="search" id="searchbutton">
</td></tr></table></form>

最佳答案

这是因为 webkit 语音事件不会触发输入的 focus 事件。您应该收听 webkitspeechchange 事件。像这样:

onwebkitspeechchange = "this.value = this.value.replace('Enter your keywords here','')";

关于javascript - 谷歌语音识别搜索文本问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10667417/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com