标签:支持 lists 自带 split ring import lis line 微软雅黑
python中string自带的split不支持多个分隔符同时切分,用正则
import re
line=‘hello,world‘
lineLists = re.split(‘[,,.。??]‘,line.strip())
标签:支持 lists 自带 split ring import lis line 微软雅黑
原文地址:https://www.cnblogs.com/wuxiangli/p/10333148.html