NSSet 内是无序的;
anyObject 官方解释
The object returned is chosen at the hash table’s convenience—the selection is not guaranteed to be random.
大概意思:从hash 表返回一个最近便捷的对象,不保证随机;
1直接打印anyObject返回值
2遍历字典
//
// main.m
// Getstart
//
// Created by 何晓文 on 15/7/20.
// Copyright © 2015