Text1.Text = Text1.Text + CStr(a(i)) + "

问题描述:

Text1.Text = Text1.Text + CStr(a(i)) + "

将a(i)数组元素转换成字符串,添加到Text1内容的尾部,并且加一个字尾随空格.