我正在尝试创建一个条件,如果myLibModule1/
├── package.json
├── index.js
├── lib1.dll
├── lib2.dll
└── lib3.dll
匹配任一字符串,则gettingupspeech
函数会将if
设置为resultText
"Correct! Press Next to move on."
答案 0 :(得分:0)
这只是正常现象。所以
if(gettingupspeech.equals("5 more minutes Mum") || gettingupspeech.equals("five more minutes Mum"))
如果有一堆,您可以将所有有效答案放在集合中,然后做
if(answersSet.contains(gettingupspeech))