我定义了一个Person类,并把person类放入一个数组中,遍历数组控制台由乱码,我已经重写discriptiondescription 输出乱码-(NSString*)description;{ return [NSString stringWithFormat:@"电影名:%@ 导演:%@ 主演:%@ 时长:%d分 上映时间:%@",_moivesName,_director,_actorName,_time,_moivesTime];}我讲一个类放在一个数组中,想输出类的所有信息,我重写了decription方法,但现实太出现编号:0 ( "\U7535\U5f71\U540d\Uff1a\U897f\U6e38\U8bb0\U4e09\U6253\U767d\U9aa8\U7cbe \U5bfc\U6f14\Uff1a\U5f90\U5b9d\U745e \U4e3b\U6f14\Uff1a\U90ed\U5bcc\U57ce \U65f6\U957f\Uff1a120\U5206 \U4e0a\U6620\U65f6\U95f4\Uff1a19:30", "\U7535\U5f71\U540d\Uff1a\U957f\U57ce \U5bfc\U6f14\Uff1a\U5f20\U827a\U8c0b \U4e3b\U6f14\Uff1a\U5f20\U6db5\U4e88 \U65f6\U957f\Uff1a130\U5206 \U4e0a\U6620\U65f6\U95f4\Uff1a20:00")编号:1 ( "\U7535\U5f71\U540d\Uff1a\U897f\U6e38\U8bb0\U4e09\U6253\U767d\U9aa8\U7cbe \U5bfc\U6f14\Uff1a\U5f90\U5b9d\U745e \U4e3b\U6f14\Uff1a\U90ed\U5bcc\U57ce \U65f6\U957f\Uff1a120\U5206 \U4e0a\U6620\U65f6\U95f4\Uff1a19:30", "\U7535\U5f71\U540d\Uff1a\U957f\U57ce \U5bfc\U6f14\Uff1a\U5f20\U827a\U8c0b \U4e3b\U6f14\Uff1a\U5f20\U6db5\U4e88 \U65f6\U957f\Uff1a130\U5206 \U4e0a\U6620\U65f6\U95f4\Uff1a20:00")Program ended with exit code: 0
- 3 回答
- 0 关注
- 1662 浏览
添加回答
举报
0/150
提交
取消