NSArray *array=[contentOfResponseDataInJsonValue JSONValue];
NSLog(@"%@",array);
prints:
(
(
(
"\U515c\U639b\U8e55",
AABENRAA,
" o b\U8c46n lu\U8eab"
)
),
(
),
en
)
but
if (array==nil) {
return returnStr=@"";
}else {
returnStr=[[[array objectAtIndex:0] objectAtIndex:0] objectAtIndex:0] ;
}
NSLog(@"result is %@",returnStr);
show :兜掛蹕
\U515c\U639b\U8e55
to 兜掛蹕 why ,why!
please help me !!! thanks!