python 2022年8月30日 2022年8月30日 strs = '123456abc' s1 = strs.isdigit() if s1 == True: print('字符串中没有字母') else: print('字符串中有字母')