可以解决包含中文文件夹的zip包解压的问题 /** *解压缩zipFile *@paramfile要解压的zip文件对象 *@paramoutputDir要解压到某个指定的目录下 *@throwsIOException */ publicvoidunzip(StringzipFileName,StringoutputDir)throwsIOException{ try{ BufferedOutputStreambos=null; //创建输入字节流