摘要:
bin 面试题目: System.out.println(51 & 7); 如上代码的结果是(__3__) 答案: 00000000 00000000 00000000 00110011 00000000 00000000 00000000 00000111 2进制 计算机内部“只有”2进制数据。 阅读全文
posted @ 2017-08-11 19:57
Mr_Kenson
阅读(576)
评论(0)
推荐(0)
摘要:
import java.io.IOException; public class Demo07 { public static void main(String[] args) throws IOException{ //int c = '中'; int c = 0x4e2d; System.out 阅读全文
posted @ 2017-08-11 19:56
Mr_Kenson
阅读(539)
评论(0)
推荐(0)

浙公网安备 33010602011771号