一般的采购通知上的内容包括有:()
A、供应商名称
B、物资名称
C、物资型号
D、物资数量
参考答案:A, B, C, D
既治黄疸又治湿疮瘙痒的药是()
A.秦艽
B.金钱草
C.茵陈
D.胡黄连
E.木通
有如下事件过程,当同时按下转换键Ctrl和功能键F6时,最后输出的信息是 Const ShiftKey=1 Const CtrlKey=2 Const Key_F5=&H74 Const Key_F6=&H75 Private Sub Text1_KeyDown(KeyCode As Integer,Shift As Integer) If KeyCode=Key_F5 And Shift=ShiftKey Then Print"Press Shift+F5" Elself Key Code=Key_F6 And Shift=CtrlKey Then Print"Press Ctrl+F6" End If End Sub
A.无任何信息
B.Press Shift+F5
C.Press Ctrl+F6
D.程序出错