Bootstrap

正则表达式 匹配0次1次或者无限次

[cp]正则 匹配0次1次无限次

* 对前面字符匹配0次或者无限次

+ 对前面字符匹配1次或者无限次

? 对前面字符匹配0次或者1次 ​​​[/cp]

扫码适合新手上路学python

 

;