2012年5月22日 ... 1-3 雙精度數字轉字串. double x=10;. String s = Double.toString(x);. 1-4 浮點數字 轉字串. float x=10;. String s = Float.toString(x);. 2.字串轉數字.
www.google.com.tw