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.
我正在为 Iphone 开发一个简单的网络应用程序。我有一个带有输入文本的表单,我想使用语音进行搜索。
它可以工作,但我必须按下键盘的返回按钮。有没有办法自动提交 Siri 生成的查询?
在 JavaScript 中你可以监听 onChange 事件然后 form.submit()