摘要:
Ruby 读写文件 Posted on 2006-08-23 20:58 Jackei 阅读(3329) 评论(8) 编辑 收藏 今天被人投诉说 blog 多日未更新,影响了阅读情绪,偶赶紧开动起来 ^_^ # Part one aFile = File.new("C:\\1.txt","w") aFile.puts "the 1" aFile.puts "the 2" aFile.close ... 阅读全文
posted @ 2011-02-28 23:23
lexus
阅读(1155)
评论(0)
推荐(0)