方法1,通过unzip行命令解压,指定字符集 unzip -O CP936 xxx.zip -O (用GBK, GB18030也可以) -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives 方法2,在环境变量中,指定unzip参数,总是以指定的字符集显示和解压文件/etc/environment中加入2行 UNZIP=”-O CP936″ZIPINFO=”-O CP936″