最新回答 / qq_LWQ_1
大爷的,没仔细看。match(pattern, string, flags=0) Try to apply the pattern at the start of the string, returning a match object, or None if no match was found.意思是必须以符合规则的为开头
2017-09-17
最新回答 / 丶Esc3626950
试了一下,发现 [1-9]? 这个东西发生是看情况的,需要他发生零次时他就发生0次,需要他发生一次时他就发生一次。老师的例子里,这句话没发生作用,
2017-07-30