2011-08-31 56 views

回答

0

這將您的JSON字符串後添加更多的文字,我認爲這是什麼意思?

dataLabel.text = [NSString stringWithFormat:@"%@ - more text here", data2]; 
0

使用SBJson它隱蔽的JSON對象

NSString *JSONString = [string JSONRepresentation];