java 基础 之int

int a;
System.out.println(a=23);

输出结果:

23

分析 : 先将23赋值给a,然后输出a的值

posted @ 2020-07-14 11:32  lick  阅读(236)  评论(0编辑  收藏  举报