91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

java怎么判斷字符串在不在list中

小億
461
2023-08-26 00:22:29
欄目: 編程語言

在Java中,可以使用List的contains()方法來判斷一個字符串是否在列表中。示例代碼如下:

List<String> list = new ArrayList<>();
list.add("apple");
list.add("banana");
list.add("orange");
String str = "apple";
if(list.contains(str)) {
System.out.println(str + " is in the list.");
} else {
System.out.println(str + " is not in the list.");
}

輸出結果:

apple is in the list.

如果要判斷的字符串不在列表中,則輸出結果為:

apple is not in the list.

0
光山县| 东光县| 宁陵县| 锦州市| 永胜县| 贵德县| 油尖旺区| 玉门市| 石泉县| 德昌县| 潞西市| 岑溪市| 康定县| 刚察县| 武夷山市| 河北区| 奉化市| 喜德县| 兴海县| 阿尔山市| 彭山县| 黄骅市| 丰城市| 南川市| 宾川县| 伊宁县| 阿克苏市| 崇明县| 北安市| 繁昌县| 砀山县| 金乡县| 汝州市| 缙云县| 务川| 福贡县| 鹿邑县| 根河市| 华宁县| 崇阳县| 喀什市|