Method 1. int intValue = Integer.valueOf("文字");
Method 2. int intValue = Integer.parseInt("文字");
- Mar 16 Sun 2014 01:02
-
Java String to int(字串轉整數)
Method 1. int intValue = Integer.valueOf("文字");
Method 2. int intValue = Integer.parseInt("文字");
請先 登入 以發表留言。