String myString = "1234"; int foo = Integer.parseInt(myString);. If you look at the Java documentation you'll notice the "catch" is that this function can ...
確定! 回上一頁