中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
永福县| 竹北市| 饶阳县| 陇南市| 洛浦县| 徐水县| 临朐县| 灵川县| 镇赉县| 温宿县| 凤城市| 英吉沙县| 宜宾市| 盘山县| 神农架林区| 武定县| 巴马| 平罗县| 额济纳旗| 阿克苏市| 富裕县| 绍兴县| 邻水| 靖西县| 广州市| 开平市| 莱芜市| 顺昌县| 宣化县| 抚远县| 皋兰县| 正宁县| 镇远县| 滨海县| 论坛| 石渠县| 阳新县| 文安县| 平果县| 库伦旗| 南昌县|