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

问题描述:

objective-c 中问号是什么意思?
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return _dataSource?1:0;
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return _dataSource?_dataSource.count:0;
}
1个回答 分类:数学 2014-10-01

问题解答:

我来补答
条件?答案1:答案2.这个是正则表达式,当条件成立的话,返回答案1,条件为NO的话返回答案2.
 
 
展开全文阅读
剩余:2000
下一页:fx的解析式