📅  最后修改于: 2022-03-11 14:52:13.932000             🧑  作者: Mango
代码示例1
int x = 1234;
int lengthOfInt = String.valueOf(x).length(); //convert integer to String
//and get length of the String