gpt4 book ai didi

ruby - 从 Ruby 中的 zip 文件读取文件注释

转载 作者:数据小太阳 更新时间:2023-10-29 07:43:40 25 4
gpt4 key购买 nike

我在做Python challenge在 ruby 中。我需要从 Zip 文件中读取文件内容和注释。 RubyZip内容没问题 gem ,但我无法发表评论。有什么想法吗?

最佳答案

根据文档,RubyZip ZipFile 的实例类有一个 comment 属性,它返回 zip 文件的注释(如果有的话)。

例如

require 'zip/zip'

Zip::ZipFile.open('zip_with_comment.zip') do |zipfile|
puts zipfile.comment
end

关于ruby - 从 Ruby 中的 zip 文件读取文件注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1588236/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com