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.
次のように Key に値を追加します。
[Section] Key=value1,value2
Wini および Section getAll() および putAll() 関数を試しましたが、value2 を追加する代わりに常に value1 を value2 に置き換えます。そして、これに関するオンラインのチュートリアルは見つかりませんでした。ini4jを使用してこれを行うにはどうすればよいですか? または、別の jni 書き込みおよび解析ライブラリですか?
最後に、それを単一のキーと値のペアとして扱い、"Key=" の後に文字列に追加しました。