摘要:
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)
浙公网安备 33010602011771号