基本用法. text = 'Hello world. This is an apple.' m = re.match(r'.+', text) print(m.group(0)) # group 0 always be the whole string that ...
確定! 回上一頁