本次大赛使用的螺纹润滑剂又称()。
A.二硫化钼
B.凡士林
C.石墨
D.二硫化硅
参考答案:A
以下除哪个药物均为外科用药()
A.熊胆栓
B.槐角丸
C.京万红
D.洁尔阴洗液
把窗体的KeyPreview属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown(KcyCode As Integer,Shift As Integer)Print Key Code; End Sub Private Sub Form_KeyPress(KeyAscii As Integer)Print Key Ascii End Sub 程序运行后,如果按下A键,则在窗体上输出的数值为 【11】 和 【12】 。