fastjson 导致的OOM 示例代码 public static void main(String[] args) throws Exception { try { List<Integer> list = JSONObject.parseArray("[2023,2024", Integer.class); }catch (Exception e){ System.err.println("error"); } System.out.println("finish"); } 效果 问题代码