具体代码:
String command =
"\"C:\\Program Files\\7-Zip\\7z\" x -y"
+ " -o"+destDir
+ " "+zipFile;
Process process = Runtime.getRuntime().exec(command);
具体代码:
String command =
"\"C:\\Program Files\\7-Zip\\7z\" x -y"
+ " -o"+destDir
+ " "+zipFile;
Process process = Runtime.getRuntime().exec(command);
微信扫码登录