~按位取反_那些年错过的细节
摘要:
~表示按位取反通俗点讲,比如: 正数: int a = 10; System.out.println(~a);//-11 //0000 0000 0000 0000 0000 0000 0000 1010 写出10的二进制 //1111 1111 1111 1111 1111 1111 1111 0 阅读全文
posted @ 2021-03-02 21:40 wes0521 阅读(25) 评论(0) 推荐(0)
浙公网安备 33010602011771号