Btw, Ruby's format strings can be used with hashes: "%<language>s: %<author>s" % { language: "Ruby", author: "matz" } #=> "Ruby: matz".
確定! 回上一頁