最新回答 / 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
最新回答 / qq_滔滔_1
在普通模式下shift + v 进行行选择或者ctrl +v 区域选择,选中你需要缩进的行或者区域,然后I行首插入 tab 键 esc 你会发现此时你所选择的行已经被缩进。流程如下 【shift + v】--> 【I】--> 【tab】--> 【esc】,其中【tab】可以换成多个【space】
2017-06-17