String TienCo = "27000.0" ;
String[] kq = TienCo.split(Pattern.quote("."));
kq[0] = "27000" ;
kq[1] = "0" ;
No comments:
Post a Comment