Try a = Dict{String, Array{Int64,1}}() push!(a, "sdf" => [1, 2]). The only difference are the empty parentheses, initializing an empty dictionary.
確定! 回上一頁