请问 ruby 中 gets.chomp() 和 ARGV 怎么结合使用,一直想不通我先 vi ex1.rb first,second,third = ARGV puts“The script is called: #{$0}” puts "he is #{first} years old." puts "he is #{second} tall." puts "he is #{third} heavy." 最后执行 ruby ex1.rb 22 180 65 在这个里面怎么加入 gets.chomp() 用法? 雪地里跪求!!!!!!!!!!!!!!!