单项选择题

将数据项"China"添加到列表框List1中,成为第一项应使用语句()

A.List1.AddItem"China",0
B.List1.AddItem"China",1
C.List1.AddItem0,"China"
D.List1.AddItem1,"China"