Ref: The Ruby Programming Language n, animal = 2, "mice" "#{n+1} blind #{animal}" # => '3 blind mice' # Alternatives to the interpolation above printf('%d ...
確定! 回上一頁