src/main/java/org/springblade/modules/words/DemoApplication.java
@@ -72,7 +72,7 @@ System.out.println("ContainsAny is Error."); } res.put("iswords",b); res.put("iswords",String.valueOf(b)); // // String f = iwords.FindFirst(test); @@ -102,8 +102,13 @@ for (int i = 0; i < all.size(); i++) { text += all.get(i) + ","; } String words = ""; if(!text.equals("")){ words = text.substring(0,text.length()-1); } res.put("words",text.substring(0,text.length()-1)); res.put("words",words); return res; }