字符串translate() 方法,同时删除多种不同字符 ... 'h', 'o', 'n'] print l1 # list---->string s2 = ''.join(l1) print s2,type(s2) # python <type ...
確定! 回上一頁