String[] str={"q","w"}; String s="q";
System.out.println(Arrays.asList(str));//先将数组转换为List
System.out.println(Arrays.asList(str).contains(s)); Set<String> set = new
HashSet<>(Arrays.asList(str)); System.out.println(set.contains(s));
新开通一个个人微信公众号,感兴趣的朋友可以扫描点击关注下哦,在接下的工作中的所感所想、优质资源也会在公众号内更新,希望我们可以一起交流共同进步
* 感谢您的阅读。如果文章感觉对您有用,麻烦您动动手指点个赞,以资鼓励。谢谢!
热门工具 换一换