iOS-mt

 

    BOOL isReach = [kAPPDelegate.internetReach isReachable];

    if (!isReach) {

        [Utils showError:@"网络已断开,请检查网络!"];

        return;

    }

    

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-01
  • 2021-11-01
  • 2021-06-16
  • 2021-07-29
  • 2021-06-02
  • 2021-08-20
猜你喜欢
  • 2021-10-03
  • 2021-08-21
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案