python去掉特定字符串 python字符串删除第n个字符 python怎么替换很多特定字符串为其他的字符串?用链式替换,示例如下:str1 = "abcdef"str2 = str1.replace("a","1").repl... 2021-03-15 1611次浏览