public static boolean useList(String[] arr, String targetValue) { return Arrays.asList(arr).contains(targetValue); } ...
確定! 回上一頁