我有这么一个样子的Vec let array = vec![key1, value1, key2, value2];. 想要变成: let map = hash_map! { key1 => value1, key2 => value2, }.
確定! 回上一頁