color: #008000">
public static void main(string[] args)
{
// 创建读取zip文件对象
zipinputstream s = new zipinputstream(file.openread(args[0]));
// zip文件中的每一个文件
zipentry theentry;
// 循环读取zip文件中的每一个文件
while ((theentry = s.getnextentry()) != null) {
