this.tbc_SaveResult.Text="测试用户注册结果:\r\n并发线程数:100;\r\n成功线程数“

解决方案 »

  1.   

    \n一般就可以了,不行就用\r\n
      

  2.   

    希望对你有帮助
    http://www.csharphelp.com/archives/archive212.html
    http://www.koolsoft.com/DataGridCheckboxes.aspx
      

  3.   

    string aa[] = new string[3]
    aa[0] = "测试用户注册结果:";
    aa[1] = "并发线程数:100";
    aa[2] = "成功线程数: 90";this.tbc_SaveResult.Text = aa;
      

  4.   

    写文本\n,
    写外部文件\r\n;
    或者
    Environment.NewLine;