字符串处理

判断已某某开头

str.startswith()

判断已某某结尾

str. endswith()

字符串替换

str.replace("a", "b")

你可能感兴趣的:(字符串处理)