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.
如果用户键入特殊字符或数字,我需要有一个不显示任何内容的文本字段。我有这个名称文本字段,我需要将其缩小为仅输入的字母。用户还可以退格和移位(通过使用 keypress 或 keytyped 或 keyrelease 哪个更好)
已编辑。
DocumentFilter在这种情况下是你的朋友。
DocumentFilter
DocumentFilter,顾名思义,是 Document 变异方法的过滤器
我也会在MDP 的博客中找到一些很好的例子。