如何通过索引取tableview的索引行indexpath

2025-05-19 03:43:43
推荐回答(1个)
回答(1):

 可以用这种方法: NSUInteger indices[] = {0, 14}; NSIndexPath *path = [[NSIndexPath alloc] initWithIndexes:indices length:2]; 祝你愉快,满意请采纳哦