String str="-1122"; int inum = Integer.valueOf(str);. Value of inum would be -1122. Similar to the parseInt(String) ...
確定! 回上一頁