~﹏~ 发表于 2013-11-6 20:22
Sasson 发表于 2013-11-6 23:30 public static void main (String []args){ int x = 5; x+=x++ + (x++); //x = x + x++ + (x++);