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.
私は2つの配列を持っています:
char[] A={"A","B","C"}; char[] B={"1","2","3"};
A 配列を B に復号化するにはどうすればよいですか。たとえば、ABA と書くと 121 になるはずです。
必要な値「B」を「A」に指定する値にマップする単純な辞書を使用できます。
「Java辞書」をグーグルで検索できます