2008年6月29日 星期日

[Java] 將字串轉成整數

String a = "12345";
int b = Integer.parseInt(a);

沒有留言: