File.open("d:/aaa.txt","r") do |lines|
uffer = lines.read
puts uffer
end
ruby 读取文件
最新推荐文章于 2023-09-17 04:51:22 发布
File.open("d:/aaa.txt","r") do |lines|
uffer = lines.read
puts uffer
end
3174

被折叠的 条评论
为什么被折叠?