我想使用Jsoup只选择一个精确的字符串(其中有空格)。我正在使用匹配(^ String with spaces $)但是选择器与dom中的文本匹配,该文本具有世界'String'而不是'String with spaces'。
例如: 阿尔茨海默氏症的症状
<a href="/alzheimers-disease/memory-lost-and-found-alzheimers-it-wasnt.aspx">Alzheimer's caregivers should make duplicates of the items</a>
<a href="/alzheimers/the-seven-stages-of-dementia.aspx">Alzheimer's symptom</a>
我只想要第二件而不是第一件。我需要做些什么来完成这项工作?