The easiest way is string interpolation. You can inject little pieces of Ruby code directly into your strings. name1 = "John" name2 = "Mary" ...
確定! 回上一頁