急性化脓性梗阻性胆管炎梗阻的最常见原因是
A.胆管炎性狭窄
B.胆道先天畸形
C.胰头癌
D.结石
E.胆管癌
参考答案:D
下面程序: Private Sub Form _Click () Dim x, y, z As Integer x=5 y=7 z=0 Call P1(x, y, z) Print Str (z) End Sub Sub P1 (ByVal a As Integer, ByVal b As Integer , c As Integer) c= a+b End Sub 运行后的输出结果为______。
A.0
B.12
C.Str(
D.显示错误信息
设置“开课日期”字段的输入掩码为“短日期”,默认值为本年度的9月1日(规定:本年度年号必须由函数获取)。