Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以屏蔽输入到编辑框中的文本?
我必须制作一个非常基本的原型 GUI,它将从用户那里获取用户名和密码,它们都可以工作,但我想用星号而不是纯文本替换用户的密码。
例如,我不想在编辑框中显示“bob”,而是显示“* * *”。
在这一点上,安全性并不重要,因为它只是一种视觉表示,目前还没有正确使用。
谢谢你。
最简单的解决方案是使用别人的。在这种情况下,函数密码来自 Matlab 文件交换。
你也可以使用我提交的Fex: passfield。