Perhaps the easiest and the most reliable way to check whether a String is numeric or not is by parsing it using Java's built-in methods: Integer.parseInt( ...
確定! 回上一頁