很基础的题,但我想不通
public class Test {
public static void main(String args[]){
int x=2,t=0;
t=(x++)/3;
System.out.println(t);
}
}
为什么执行结果为0,我一直认为等于1,想不通啊!
2016-12-02 10:11
2016-12-02 17:23
2016-12-02 20:40
2016-12-02 22:27
2016-12-02 23:28
2016-12-06 11:40
2016-12-07 22:10
2016-12-08 11:02