摘要:
public class IfTest{ public static void main(String[] args){ int a = 100; int b = 150; int c = 200; //三元实现 itn temp = (a > b) ? a : b; itn max = (temp 阅读全文
posted @ 2017-04-25 10:10
BurningHUA
阅读(244)
评论(0)
推荐(0)
2017年4月25日