Java string to int(字串轉整數)

Java string to int(字串轉整數)

Java string to int(字串轉整數)

 
資料來源:http://cooking-java.blogspot.tw/2010/03/java-string-to-int.html
 
 
1. int intValue = Integer.valueOf(“12345”);

2. int intValue = Integer.parseInt(“12345”);

 
 

 

 


發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *