240 发简信
IP属地:上海
  • iOS多个网络请求任务同步执行全部完成之后再进行操作

    1.使用dispatch_group_t 可以理解为:创建一个dispatch_group_t,每次请求前先dispatch_group_ent...