溴冷机隔膜阀破损泄漏的处理方法是()。
A.机组真空度不断下降
B.真空泵抽气无效
C.用肥皂水涂抹
D.用水封法检查
参考答案:A, B
桑葚是桑树的果实,它是由下列哪个结构发育来的( )
A.胚珠
B.子房
C.雌蕊
D.花粉
有如下程序: Private Sub Commandl_Click() Dim a As Integer a=2 For i=1 To 3 Print Gad (a) Next i End Sub Function Gad (a As Integer) b=0 Static c b=b + 1 c= c + 1 Gad= a + b + C End Function 运行上面的程序后,单击命令按钮,输出结果为()。
A.12 3
B.234
C.456
D.146