python 判断字符串,str函数isdigit、isdecimal、isnumeric的区别 ... num = "1" #unicode num.isdigit() # True num.isdecimal() # True ...
確定! 回上一頁