2016年6月22日
摘要: private void txtSum_KeyPress(object sender, KeyPressEventArgs e) { if((e.KeyChar!=8 && !char.IsDigit(e.KeyChar)) && e.KeyChar != 13&&e.KeyChar!=46) { 阅读全文
posted @ 2016-06-22 08:52 路上有你F 阅读(161) 评论(0) 推荐(0)