Dim a As Integer
Dim b As Integer
Private Sub计算_Click()
a=3
b=5
a=a+b
Form1.Print a
End Sub
微信扫码预览、分享更方便