python 中group()函数的用法. 正则表达式中,group()用来提出分组截获的字符串,()用来分组. 例如:. 1 import re 2 a = "123abc456" 3 print ...
確定! 回上一頁