我正在尝试使用下面的代码在另一个字符串中查找一个字符串,但它不起作用。如果不正确,请告诉我要使用哪个方法字符串。
String infoException="Could not connect to Item interfacecom.clns.exception.ItemNotFoundException: Could not find Item data";
String keys="ItemNotFoundException";
if(keys.contains(infoException))
System.out.println("Exception found");
问候, 拉吉