解决python replace函数替换无效问题 pythonreplace函数替换无效问题str="hello,china!"str.replace("hell","well")print(str)hello,China!进程已结 函数替换