如下代码可以得到解压后的文件
Archive::Zip.open(@tmp.path) do |z| z.extract(@full_dir, :flatten => true) puts '----------------->',z end
z 是 Archive::zip 对象
z.entries.map &:zip_path