FileUtils.copyInputStreamToFile(file.getInputStream(), new File("/home"+File.separator+"picture"+File.separator,userId+".jpg" ));这一行代码在centos中报错。但是在windows系统下没问题。在centos中该写new File括号里的代码。
添加回答
举报
0/150
提交
取消