字符串相关的内存溢出-java.lang.OutOfMemoryError: Java heap space

字符串相关的java.lang.OutOfMemoryError: Java heap space :

    jsonString.toJSONString();
    stringBuilder.toString();
    Buffer.buffer(string);
    string.getBytes();
    System.out.println(string);
    string.split("");

猜你喜欢

转载自blog.csdn.net/haoranhaoshi/article/details/109066991