python根据字符来切割 python 2016-01-14 阅读(1873) str_new="asd_asdf-sfd" flow_list = re.split('-_',str_new) Tags: >python