摘要: 1、对于三目运算符的结合顺序从右到左 a<b?a:c<d?c:d 2、 b=printf("%d",a); printf返回值 阅读全文
posted @ 2023-05-26 14:14 cnchengv 阅读(10) 评论(0) 推荐(0)