摘要: 1.InputStream转String public String downloadFile(CommonsMultipartFile testfile) throws IOException { String filecontent = ""; if (testfile != null && ! 阅读全文
posted @ 2016-12-22 00:55 红诺 阅读(199) 评论(0) 推荐(0) 编辑