我输出num / Math.pow(10,count)得到的是小数,
但int / int 不应该是整数吗?
已自行解决。
Math.pow(a, b)中参数a,b均为double型,所以应该是 int / double = double