2013年3月4日 星期一

[Java] 字串轉整數(Java string to int )

1)int intTmp = Integer.valueOf("5555");

2)int intTmp = Integer.parseInt("5555");

沒有留言:

張貼留言