Arrays.asList 列表使用

Arrays.asList 列表使用代码语言:javascript代码运行次数:0运行复制public final static String [] CAR_TYPE={"30","35"};Lis

Arrays.asList 列表使用

Arrays.asList 列表使用

代码语言:javascript代码运行次数:0运行复制
public final static String [] CAR_TYPE={"30","35"};
List carLists = Arrays.asList(CAR_TYPE)

String carType = "20";

if(carLists.contain(carType)){

 System.out.println("exists")

}else{

 System.out.println("not exists")

}
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2024-09-07,如有侵权请联系 cloudcommunity@tencent 删除existspublicstringsystemarrays

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754967739a5222748.html

相关推荐

  • Arrays.asList 列表使用

    Arrays.asList 列表使用代码语言:javascript代码运行次数:0运行复制public final static String [] CAR_TYPE={"30","35"};Lis

    1月前
    170

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信