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.
在我的应用程序中,要求用户输入文本。但是一些特殊字符没有出现
用户输入:test{"@","\"} 实际结果:test{"",""}
我怎样才能解决这个问题 ?text.setText() 代码有什么特殊要求吗?
使用文本观察器和输入过滤器接口实现