String.format("%03d", 1) // => "001" // │││ └── print the number one // ││└────── ... as a decimal integer // │└─────── ... minimum ...
確定! 回上一頁