gpt4 book ai didi

objective-c - 将 objectAtIndex 的返回值转换到 NSArray 上

转载 作者:可可西里 更新时间:2023-11-01 05:03:29 25 4
gpt4 key购买 nike

尝试转换 objectAtIndex 的返回值。

(MyClass *)[myArray objectAtIndex:1].name;

你能在 Objective-C 中像这样转换内联吗?

最佳答案

是的,你可以:

((MyClass *)[myArray objectAtIndex:1]).name

关于objective-c - 将 objectAtIndex 的返回值转换到 NSArray 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11128574/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com