var list: [String: String] = ["First": "Apple", "Second": "Orange"] Of course, if the indexes and the values are of a clear type, Swift can infer them.
確定! 回上一頁