摘要: //三种都是清空this.textBox1.PasswordChar = new char();this.textBox1.PasswordChar = '\0';this.textBox1.PasswordChar = default(char); 把TextBox的TextMode属性改回 默认... 阅读全文
posted @ 2015-08-07 10:04 木头园—OOIP 阅读(2011) 评论(0) 推荐(0)