Ruby 数组(Array) Ruby 数组是任何对象的有序整数索引集合。 ... #!/usr/bin/ruby names = Array.new(4, "mac") puts "#{names}" ... 35, array.include?(obj)
確定! 回上一頁