📜  在python代码示例中删除一个字符之后的所有字符

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

代码示例1
sep = '...'
stripped = text.split(sep, 1)[0]