![]() |
#2
Onesaber2013-03-31 09:52
|
a = Val(TextBox2.Text)
b = Val(TextBox3.Text)
If t = "+" Then
TextBox4 = a + b
End If
错误 1 类型“Single”的值无法转换为“System.Windows.Forms.TextBox”。