// 解压 String pw = "123456"; String cmd = "unzip -P " + pw + " /root/lianliandownload/" + fileName + " -d /root/lianliandownload "; try { Runtime.getRuntime().exec(cmd); } catch (Exception ex) { ex.printStackTrace(); }
本文共 274 字,大约阅读时间需要 1 分钟。
// 解压 String pw = "123456"; String cmd = "unzip -P " + pw + " /root/lianliandownload/" + fileName + " -d /root/lianliandownload "; try { Runtime.getRuntime().exec(cmd); } catch (Exception ex) { ex.printStackTrace(); }
转载地址:http://hybma.baihongyu.com/