竹茹与丝瓜络应放在斗架的()
A.最下层
B.低层
C.中层
D.上层
E.最上层
参考答案:A
苯酚制剂中加入哪种物质可降低其腐蚀性
A.乙醇
B.甘油
C.丙酮
D.凡士林
E.醋酐
单击命令按钮,下列程序的执行结果为 Private Sub Commandl_Click() Dim x As Integer,y As Integer x=32:y=42 Call PCS(x,y) Print x;y End Sub Public Sub PCS(Byval n As Integer,ByVal m As Integer) n=n Mod 10+1 m=m Mood 10+1 End Sub
A.32 42
B.2 32
C.2 3
D.12 3