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() コードで特別に必要なものはありますか?
テキスト ウォッチャーと入力フィルター インターフェイスの実装を使用する