(单选题, )下面代码的输出结果是( ) Str1 = "mysqlsqlserverPostgresQL" Str2 = "sql" Ncount = str1.count(str2) Print(ncount)
A.2
B.5
C.4
D.3
正确答案是A