我有一个 NSDictionary 看起来像
{
nowShowing = (
{
programmeName = xx;
},
{
programmeName = xx;
},
{
programmeName = xx;
}
);
programmeCategory = (
{
imageUrl = "xx";
programmeDescription = "xx";
programmeName = xx;
},
{
imageUrl = "xx";
programmeDescription = "xx";
programmeName = "xx";
},
{
imageUrl = "xx";
programmeDescription = "xx";
programmeName = "xx";
}
);
slideShowImages = (
{
imageLink = "xx";
},
{
imageLink = "xx";
},
{
imageLink = "xx";
},
{
imageLink = "xx";
}
);
}
我想在我的程序中单独获取这 3 个变量(nowshowing、slideShowImages、programcategory)有没有办法任何人告诉我如何做到这一点,我是 IOS 开发的新手,我不知道如何做到这一点谢谢