If you need to print out a formatted string in C languages, you need some ... NSLog(@"int:%d float:%f string:%@",a,b,c); // Output: // int:3 ...
確定! 回上一頁