Perhaps the easiest way of getting the number of digits in an Integer is by converting it to String, and calling the length() method.
確定! 回上一頁