1 . 在控制台输出信息:

    NSLog(@"");

    NSLog(@"%@",str);  %d,%s,%@

 

2 oc month

  -(void) putString:(NSString *) str)

  {

     NSLog(@"put string is %@",str);

  }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-07-31
  • 2021-04-20
  • 2021-12-05
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2021-12-07
  • 2021-07-06
  • 2022-12-23
  • 2021-10-15
  • 2022-01-11
相关资源
相似解决方案