A、List1.AddItem3,"China" B、List1.AddItem"China",List1.List1Count-1 C、List1.AddItem"China",3 D、List1.AddItem"China"
A.代码 B.属性 C.方法 D.事件
A.如果过程被定义为Static类型,则该过程中的局部变量都是Static类型 B.Sub过程中不能嵌套定义Sub过程 C.Sub过程可以嵌套调用Sub过程 D.事件过程可以像通用过程一样由用户定义过程名