1 . 在控制台输出信息:
NSLog(@"");
NSLog(@"%@",str); %d,%s,%@
2 oc month
-(void) putString:(NSString *) str)
{
NSLog(@"put string is %@",str);
}