Visual Basic快速入门 联系客服

发布时间 : 星期二 文章Visual Basic快速入门更新完毕开始阅读69e99f64af1ffc4ffe47ace4

temp = a(i)

a(i) = a(i + 1)

a(i + 1) = temp

End If

Next i

Loop

End Sub

Private Sub Command1_Click()

Dim i As Integer

For i = 1 To 10