boolean contains = Arrays.stream(strings).anyMatch( "1" ::equals);. To check whether an array ...
確定! 回上一頁