var mutableMap: MutableMap<Int, String> = HashMap(). mutableMap[ 10 ] = "Ten". mutableMap[ 20 ] = "Twenty". mutableMap[ 30 ] = "Thirty".
確定! 回上一頁