📜  python字符串中的脱字符 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:08.224000             🧑  作者: Mango

代码示例1
s = 'abc12321cba'

print(s.replace('a', ''))