puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
cloud-server-competition/src/main/java/com/dsh/competition/util/StrUtils.java
@@ -9,6 +9,7 @@
    /**
     * 把逗号分隔的字符串转换字符串数组
     * Convert comma-separated string to string array.
     *
     * @param str
     * @return
     */
@@ -37,6 +38,7 @@
        return result;
    }
    /**
     * 把逗号分隔字符串转换List的Long
     *
@@ -77,6 +79,7 @@
        }
        return sb.toString();
    }
    public static String getClassCodeString(int length) {
        String str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
        Random random = new Random();