📜  字符串python代码示例中的换行符

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

代码示例1
myString = '1X2X3X'
print (myString.replace ('X', 'X\n'))