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.
语音识别将所有可能性放入列表视图中,我只是想知道如何使用 ListView 中的值来使用 if("word was speak"){"do something"},我是否必须自己进行搜索或是否已经有方法,正确的语法
我正在寻找的答案是这样的:
if(string.contains(" ")){
}