单项选择题

A.ListBox1.Items.Add("程序设计I");
B.ListBox1.Items.Add(0."程序设计I");
C.ListBox1.Items.Insert("程序设计I");
D.ListBox1.Items.Insert(-1."程序设计I");