程式與日常
Java 計算整數位數的方法如下。
private int calculateIntDigitNumber(int integerValue) { return (int) (Math.log10(integerValue) + 1); }
參考:
張貼留言
沒有留言:
張貼留言