python 如何判断一个字符串是不是数字

2024-12-04 07:44:22
推荐回答(1个)
回答1:

如果这个字符串是 str, 则可以用 str[0].islower() 来判断。