Hi, If I want to pad with `0`, then the below is fine : "$%d.%02d" % [12344444444444, 1] # => "$12344444444444.01" If, I want to remove trailing `0`, ...
確定! 回上一頁