单项选择题

下面语句的值是()
string str=“中华人民共和国”;
str.IndexOf(“人”);

A.1
B.2
C.3
D.4