水稻白叶枯病菌的侵入方式为()。
A.气孔侵入
B.伤口侵入
C.水孔侵入和伤口侵入为主
D.直接侵入
参考答案:C
A.刻度尺、秒表
B.温度计、天平
C.量筒、天平
D.量筒、弹簧测力计
把窗体的KeyPreView属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer) Print KeyCode End Sub Private Sub Form_KeyPress(KeyAscii As Integer) Print KeyAscii End Sub 程序运行后,如果按下B键,则在窗体上输出的数值是【 】和【 】。