//首先,应设textbox可多行显示Multiline = true; //textBox添加多行数据 for (int i = 0; i < 10; i++) { textBox1.Text += 数组[i].ToString() + "\r\n"; }