bool isNumeric(. String str. ) check if the string str contains only numbers. Implementation. bool isNumeric(String str) { return _numeric.hasMatch(str); }.
確定! 回上一頁