2010年3月2日 星期二

Java string to int(字串轉整數)

1. int intValue = Integer.valueOf("12345");

2. int intValue = Integer.parseInt("12345");


沒有留言:

張貼留言