结果是怎么运算出来的呀,求解
public class Test1 {public static void main(String args[]) {
System.out.println(010|4);
System.out.println(030|4);
System.out.println(7|4);
}
}
运行结果:
12
28
7
代码中010|4这个“|”代表啥意思呀,12,28,7分别是怎么运算出来的呀,求大神解
2014-02-16 17:53
2014-02-16 20:51
2014-02-16 20:54
2014-02-17 21:51
2014-03-03 19:02
2014-03-07 10:57

2014-03-07 14:14