The error indicates you are using Python 2 instead, where only unicode.isnumeric() exists. You should really use str.isdecimal() , or better yet, use exception ...
確定! 回上一頁