NSMutableArray *components = [messageStr componentsSeparatedByString:@"*"] ;

反过来为

NSStrig *str = [components componentsJoinedByString:@"*"];

相关文章:

  • 2022-02-26
  • 2021-11-17
  • 2021-11-07
  • 2021-10-12
  • 2021-11-19
  • 2021-11-17
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2021-07-01
  • 2021-11-07
  • 2022-12-23
  • 2021-10-26
  • 2021-09-05
  • 2021-11-17
相关资源
相似解决方案