在Python中,可以使用re.split()方法(来自re模块)来使用多个分隔符分割字符串,re.split()允许你通过正则表达式指定多个分隔符,方法1:使用re.split()importretext=&quo...