标签:art 字符 mat cas 字符串 大写 pre isa index
#大写C # b=a.capitalize() #小case # b=a.casefold() #中央集权 # b=a.center(20,‘$‘) #有几个抗事儿的 # b=a.count(‘ec‘,9) #结尾是它 # b=a.endswith(‘c‘) #开头是它 # b=a.startswith(‘c‘) #方出它 # b=a.find(‘ex‘,5,7) #方没它 # a=‘I am {a},{b},{c}‘ # b=a.format(a=2,b=3,c=4) #方没它们 # b=a.format_map({‘a‘:2,‘b‘:3,‘c‘:4}) # 带它出来 # b=a.index(‘a‘) # 是OK # b=a.isalnum()
标签:art 字符 mat cas 字符串 大写 pre isa index
原文地址:https://www.cnblogs.com/shengbei/p/8855256.html