我有个下面的字符串,我想匹配其中的多个条件,比如npCondition,freq ,ant ,pwr ... print([match.split('=') for match in re.split(':| ', text)]) print() ...
確定! 回上一頁