NSString *cel=@"文本"; NSIndexPath *a = [NSIndexPath indexPathForRow:1 inSection:1]; CustomCell *c = (CustomCell *)[tableView cellForRowAtIndexPath:a]; c.yes.text = cel; 我正在使用这些行来更新放置在 tablecell 上的 UITextfield .....但它给了我一些像这样的错误
RootViewController.m:110: error: 'tableView' undeclared (首先在这个函数中使用)