以下哪行代码不会显示匹配项?()
A:>>>re.match(‘ab*’,‘a’)
B:>>>re.match(‘ab*’,‘ab’)
C:>>>re.match(’ab*’,’abb’)
D:>>>re.match(‘ab*’,‘ba’)
出自:蓝鲸认证