字串轉換 成數字:123. String SFloat = "123.1";. float myfloat= Float.parseFloat(SFloat);. System.out.println("字串轉換成浮點數:"+myfloat);.
確定! 回上一頁