gpt4 book ai didi

ios - NSArray objectAtIndex : shorthand

转载 作者:IT王子 更新时间:2023-10-29 07:57:32 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Is there some literal dictionary or array syntax in Objective-C?

我最近注意到有些奇怪的东西似乎在 objective-c 中起作用。

当我有一个数组时,

NSArray *myArray = @[@"1", @"b", @"3", @"d"];

我可以正常访问第二个元素,

NSString *element = [myArray objectAtIndex:1]; // second element 

但是我现在似乎也可以通过它访问它了。

NSString *element = myArray[1];

有谁知道这是现在定义的行为并且因此可以安全使用,还是我应该避免它?感谢任何可以提供帮助的人!!

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