title = "img name 。end,six ?"
cx = title.replace(" ", "_").replace(",", "_").replace("。", "_")
print(cx)
结果:
img_name__end_six__?title = "img name 。end,six ?"
cx = title.repltitle = "img name 。end,six ?"
cx = title.replace(" ", "_").replace(",", "_").replace("。", "_")
print(cx)
结果:
img_name__end_six__?title = "img name 。end,six ?"
cx = title.repl