ll
liukangdong
2025-02-20 b565a275fe240e2bd8a939c3b4beed98d03767bc
server/services/src/main/java/com/doumee/core/utils/StringTools.java
@@ -170,7 +170,7 @@
            index++;
        }
        String result = str.substring(index);
        return str;
        return result;
    }
    public static int[] toArray(Collection<Integer> list) {