📌  相关文章
📜  python 从字符串末尾删除字符 - Python 代码示例

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

代码示例3
url = 'abcdc.com'
print(url.replace('.com',''))