简单vb60计算器

ryangxing 23 0 ZIP 2019-01-15 07:01:23

a = CInt(Text1.Text) d = CInt(Text2.Text) c = a + d Text3.Text = Str(c)

用户评论
请输入评论内容
评分:
暂无评论