获取response里的数据
String out=null; try { ServletOutputStream os = servletResponse.getOutputStream(); Field ob= ReflectionUtils.findField(os.getClass(),"ob"); ob.setAccessibl...