int integer = Integer.parseInt(string.trim());. Use the string trim function in Java to first get a string without the spaces, then ...
確定! 回上一頁