2015年12月1日
摘要: text = 'The rain in Spain falls mainly in the plain.'first = Hash.new []second = Hash.new {|hash,key| hash[key] = []}text.split(/\W+/).each do |word|... 阅读全文
posted @ 2015-12-01 21:44 c3tc3tc3t 阅读(403) 评论(0) 推荐(0)