JSONArray ja = JSONArray.fromObject(list);//特殊类 用于将list转化为JSON 数据并返回
out.print(ja);

04-30 11:04