芦子骐 发表于 2013-3-23 01:38 int x = 1; int y = 2; System.out.println(x++ == y | ++x > y++); // ture 这个比较 ...