正则表达式split 2019-04-15 本文已影响0人 知我心者谓我 importre 定义一个正则表达式并编译成Pattern对象: regex = re.compile('\s+') 然后用Pattern对象Split: regex.split(str)