數字補0轉字串

語法

strVar = String(Number).padStart(10, '0');

//檢查Number是否滿10個位數,未滿則前面補0之後轉為字串。