MrShi
4 天以前 4fabfe4dbd2eb28d07a4350597d314958cc1c281
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) {