常见的光缆承载层包括()。
A.管道段
B.吊线段
C.直埋段
D.海底段
参考答案:A, B, C
Nowadays people are more concerned about the environment _______ they live.
A.what
B.which
C.when
D.where
把窗体的KeyPreview属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer) Print KeyCode; End Sub Private Sub Form_KeyPress(Key Ascii As Integer) Print KeyAscii End Sub 程序运行后,如果按下A键,则在窗体上输出的数值为 【11】 和 【12】 。