Use Integer.parseInt(String) to convert string to an int. Other options are Integer.valueOf() and Integer.decode().
確定! 回上一頁