In this example, the type of the map is inferred to be MutableMap<String, Int> . This means namesAndScores is a map with strings as keys and integers as values, ...
確定! 回上一頁