16,722
社区成员




Dim arraytext(3) As Windows.Forms.TextBox
arraytext(0) = Me.TextBox1
arraytext(1) = Me.TextBox2
arraytext(2) = Me.TextBox3
For intI As Integer = 0 To 2
arraytext(intI).Text = intI + 1
Next