jezzmemo / JJException

Protect the objective-c application(保护App不闪退)
MIT License
1.63k stars 268 forks source link

想问一下为什么这里有个等号?照理说下标要比数量少1的。然后有第三方库奔溃在这,但是这库没开源,麻烦看一下 #141

Open kedu opened 1 year ago

kedu commented 1 year ago
jezzmemo commented 1 year ago

The index in the array at which to insert anObject. This value must not be greater than the count of elements in the array. 根据官方的解释,index不能大于集合的数量,可以等于的(我已验证), 是不是其他问题?