The quickest way to do this is by using Ruby's built-in string interpolation feature. name = "Ruby Magic" template = "Welcome to #{name}" ...
確定! 回上一頁