Prefer the use of sprintf and its alias format over the fairly cryptic String#% method. # bad '%d %d' % [20, 10] ...
確定! 回上一頁