发现1:还是要把自己以前-(CopyType)getNextCopyType 

     ++currentCopyIndex;
     if(currentCopyIndex < [copyTypeList count])
     {
           return [[copyTypeList objectAtIndex:currentCopyIndex] intValue];
     } 
}

       

相关文章:

  • 2021-12-18
  • 2021-12-09
  • 2021-12-18
  • 2021-10-25
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-06-18
相关资源
相似解决方案