使用正则表达式的时候用到了regEx=re.compile('\W*')然后就告诉我 FutureWarning: split() requires a non-empty pattern match.这个是什么情况 我想把字符分割来着 用到了split函数 查看完整描述