One method to solve this is using the .split() method, which I'll explain below. ... array = string.split(separator) >>> re_string = separator.join(array) ...
確定! 回上一頁