double d=111.22;
String s1=Double.toString(d);//转化为字符串类型
String s2=s1.substring(s1.indexOf(".")+1);//小数点后的数字