Python 字串 split() 方法允許根據分隔符將字串輕鬆拆分為列表。 ... re.split(regular_exp, str_to_split) print(custom_split(separators, text)) ...
確定! 回上一頁