天天看点

qq号码转邮箱

  private void button1_Click(object sender, EventArgs e)

        {

            textBox2.Text="";

            String[] myDqq = textBox1.Lines;

            for (int i=0;i<myDqq.Length;i++)

            {

                if (myDqq[i] != "")

                {

                    textBox2.Text += myDqq[i] + "@qq.com" + "\r\n";

                }

            }

        }

本文转自 makewong 51CTO博客,原文链接:http://blog.51cto.com/makewong/559446,如需转载请自行联系原作者