优美台灯

文章
2
资源
0
加入时间
3年12月0天

java.util.zip.ZipException: error in opening zip file

public class TestZipFile {public static void main(String[] args) {String filePath = "d:\\abc.zip";File file = new File(filePath);try {//构造方法ZipFile(File file)或ZipFile(String filePath)/