Android/Java

소수점 자리수 조절

Dev-Drake 2019. 3. 20. 19:48
반응형

Str = String.format("%.3f", MagamData_t[i].sale_liter);

 

반응형