标签: objective-c xml parsing
我从XML中收到服务器的值,如:
if ([_caller_id stringValue]){ NSLog(@"the caller Id is %ld", (long)[_caller_id intValue]); }
我想要的是,打开它作为NSString我尝试使用stringValue但它不起作用。任何帮助感谢。