单项选择题

若要把“XXX”添加到列表框List1中的第三项,则可执行语句()。

A.List1.AddItem "XXX",3
B.List1.AddItem "XXX",2
C.List1.AddItem 3,"XXX"
D.List1.AddItem 2,"XXX"