本文解答了关于《哈尔滨二建建造师在线培训》相关内容,同时关于1、哈尔滨二级建造师培训,2、哈尔滨二建培训机构,3、哈尔滨二级建造师培训学校,4、哈尔滨二建吧,5、哈尔滨二级建造师报考条件2021考试时间,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
二建建造师在线培训 江苏雪旗电子科技有限公司";
map.put("title", title);
map.put("sex", "男");
map.put("age", "21");
System.out.println("title:"+title);
//获取所有字符串
String[] strArr = title.split("\\s+");
System.out.println(strArr);
System.out.println(strArr.length);
//获取所有字符串
String[] strArrt = title.replaceAll("\\p{P}", "").split("");
System.out.println(strArrt);
System.out.println(strArrt.length);
//1 江苏 2 雪旗 3 电子 4 科技 5有限公司
int count = 0;
if(title.contains("江苏")){
map.put("A1", "江苏");
count++;
}
if(title.contains("雪旗")){
map.put("A2", "雪旗");
count++;
}
if(title.contains("电子")){
map.put("A3", "电子");
count++;
}
if(title.contains("科技")){
map.put("A4", "科技");
count++;
}
if(title.contains("有限公司")){
map.put("A5", "有限公司");
count++;
}
map.put("count",count+""); //匹配到多少个
System.out.println(map);
}
}
总结:以上是编辑:【一个人…逞强】整理及AI智能原创关于《哈尔滨二建建造师在线培训
》优质内容解答希望能帮助到您。