objective-c 条件运算符

条件运算符

val1!=0 ? val1:val2 等价于 val1?val2

posted @ 2013-11-22 16:11  OpenSoucre  阅读(271)  评论(0编辑  收藏  举报