前面補0的數字字串String.Format("{0:0000}", 157); // 輸出0157 前後都補0的數字字串String.Format("{0:0000.0000}", 157.42); // 輸出0157.4200 每3位數(千)加 ...
確定! 回上一頁