📌  相关文章
📜  python 用下划线替换空格 - Python 代码示例

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

代码示例2
mystring.replace(" ", "_")