洪城义警-正式版后台
Administrator
2022-06-01 3b90a0b0280b08100dcba995f973a86bcbf424b6
src/main/java/org/springblade/modules/words/DemoApplication.java
@@ -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;
   }