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