Commit 2e4a2e22 by zhangkb

还原代码

parent 5f9b5b38
...@@ -25,7 +25,6 @@ public class FileUtils { ...@@ -25,7 +25,6 @@ public class FileUtils {
try { try {
byte[] buffer = new byte[1024]; byte[] buffer = new byte[1024];
int len = 0; int len = 0;
path = new String(path.getBytes("GBK"),System.getProperty("sun.jnu.encoding"));
File file = new File(path); File file = new File(path);
File fileParent = file.getParentFile(); File fileParent = file.getParentFile();
if (!fileParent.exists()) { if (!fileParent.exists()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment