通过dispatch_group_async 添加各个异步任务,当任务依赖其它网络请求等相关返回完成时候可以使用dispatch_group_enter 和dispatch_group_leave 实现。 反倒是