admin 管理员组

文章数量: 1086019


2024年3月27日发(作者:column数据库什么意思)

用VB把数字进行排列

Private Sub Command1_Click()

Dim a As Integer, b As Integer, c As Integer

a =

b =

c =

If a < b Then

t = a

a = b

b = t

End If

If a < c Then

t = a

a = c

c = t

End If

If b < c Then

t = b

b = c

c = t

End If

Print "从小到大的排序是:"; a; b; c

End Sub

Private Sub Form_Load()

= ""

= ""


本文标签: 数据库 进行 数字 排列 作者