;
将num转换为字符串,,然后用length函数计算字符串长度。。。。。。。。。。。。。。。。。
count=(""+num).length();
System.out.println("它是个"+count+"位的数");