作业帮 > 数学 > 作业

objective-c 中问号是什么意思?

来源:学生作业帮 编辑:拍题作业网作业帮 分类:数学作业 时间:2024/05/01 22:38:54
objective-c 中问号是什么意思?
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return _dataSource?1:0;
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return _dataSource?_dataSource.count:0;
}
条件?答案1:答案2.这个是正则表达式,当条件成立的话,返回答案1,条件为NO的话返回答案2.