JSON字符串转JAVA List<数据对象> List<String> list2 = JSON.parseObject(jsonString,new TypeReference<List<String>>(){});