jjzjj

ruby - 百分比运算符,字符串插值

这是ZedShaw书中的一些代码:formatter="%{first}%{second}%{third}%{fourth}"putsformatter%{first:1,second:2,third:3,fourth:4}putsformatter%{first:"one",second:"two",third:"three",fourth:"four"}putsformatter%{first:true,second:false,third:true,fourth:false}putsformatter%{first:formatter,second:formatter,third