我需要知道kotlin 中的map 是否会保留我在插入过程中输入的条目的顺序例子 val data = mutableMapOf<String,String>() data.put("some_string_1","data_1") ...
確定! 回上一頁