111,098
社区成员




textBox1.SelectionLength = 0;
textBox1.SelectedText = " 2005-12-4 ";
textBox1.SelectionStart = textBox1.Text.Length - 1;
textBox1.Text +=rand.Next(100).ToString();
textBox1.SelectionStart = textBox1.Text.Length - 1;
textBox1.ScrollToCaret();