> 其他 >
vb中这句话“If e = "+" Or "-" Or "×" Or "÷" ”为什么是错的啊?
d = Len(Text1.Text) - 1
e = Mid(Text1.Text,d,1)
If e = "+" Or "-" Or "×" Or "÷" Then
Text2.Text = 1
Else
Text2.Text = Text2.Text & 1
End If
dim d%,
dim e as string
人气:465 ℃ 时间:2020-06-02 22:32:51
解答
If e = "+" Or e="-" Or e="×" Or e="÷" Then
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版