设A$="China",将China增加到列表框List开头位置,下列完成此项操作正确的语句是( )。
A.Listl.AddItem A$
B.Listl.AddItem "A$"
C.Listl.AddItem A$,0
D.AddItem A$ 0
正确答案是C