日期:2014-05-16 浏览次数:20367 次
JsonConfig jsonConfig = new JsonConfig(); jsonConfig.setIgnoreTransientFields(true);//设置为不序列化transient的字段 strResult = JSONArray.fromObject(ftpServerList,jsonConfig).toString();