You can use Java's Float class like below: float f = Float.parseFloat("25");. String s = Float.toString(25.0f);.
確定! 回上一頁