-2
容易的問題
我想知道那是什麼:關於Ruby
File.open(filename,"r").each_file do |line|
if (!line.strip.empty? and !line.starts_with?(" "))
....
.....
end
end
尤其是什麼strip
?謝謝你的時間!
你試過嗎? – sevenseacat
http://www.ruby-doc.org/core-1.9.3/String.html#method-i-strip – Amadan
另外,這不是Rails特有的,只是Ruby。 – sevenseacat