Python个人模块-字符替换

#Python个人模块-字符替换 def replace_str():     t1 = "2019年12月18日15:00"     t1 = t1.replace(":", "_");     print("t1")     print(t1)     return t1字符
相关文章
相关标签/搜索