单项选择题

现有以下程序代码:
Private sub Form_click( )
Static s as integer
s=s+1
text4, text = str(s)
End sub
单击窗体4次后,文本框中的内容是( )。

A.4
B.0
C.2
D.以上都不对