MultiLine打勾;

代码:

foreach(int a in nums)
            {
                textBox1.AppendText($"p1:{p1};p2:{p2};{a}");
                textBox1.AppendText(System.Environment.NewLine);//下一行
            }

 

posted on 2023-07-15 10:19  阿霖找BUG  阅读(58)  评论(0)    收藏  举报