日期:2014-05-20 浏览次数:20796 次
private void richTextBox1_KeyPress(object sender, KeyPressEventArgs e) { textBox1.Focus(); e.Handled = true; }