摘要: 方法一:private void tBox_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 0x20) e.KeyChar = (char)0; //禁止空格键 if ((e... 阅读全文
posted @ 2015-09-18 14:06 Akgu 阅读(295) 评论(0) 推荐(0)