未知题型 The word 'amygdala'(ParA.4) probably refers to the area in the brain that ______.A.memorizes fearful situationsB.reacts to fearful situationsC.control negative emotionsD.reflects unforgettable images
未知题型 往窗体Form1上励口—个列表框控件List1,并编写如下代码: Private Sub Form_Load() For i=0 To 6 List1.AddItem i Next i End Sub 为了在程序运行时,按住Ctrl键单击列表中的项目可以选中多个项目,可以设置List1的属性 ______。A.List1.ListB.List1.ListIndexC.List1.MultiSelectD.List1.Text
未知题型 执行语句Open 'Tel.dat' For Random As# 1 Len=50后,对文件Tel.dat中的数据能够执行的操作是 ______。A.只能写,不能读B.只能读,不能写C.既可以读,也可以写D.不能读,不能写