有下列函数过程: Function Func2(a As Integer,b As Integer)As Integer Staticm As Integer,i As Integer m=0 i=2 a=i+m+1 b=i+a+b Func2=m End Function 在窗体上画一个命令按钮,然后编写下列事件过程: Private Sub Command1_Click() Dim p As Integer,k As Inmger,m As Integer k=4 m=1 p=Func2(k,m) Prim km p=Func2(k,m) Print km End Sub 程序运行后,单击命令按钮,输出结果是( )。