//导入这个就行了
#import <CommonCrypto/CommonDigest.h>

//没有导包的时候,提示如下:
Implicit declaration of function 'CC_MD5' is invalid in C99


CC_MD5( cStr, strlen(cStr),result);


 

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-05-03
相关资源
相似解决方案