编程技巧

Object a;

Object b = a;

用a去做操作,说明b有可能被改变

image

----------------------------------------------------------------------------------------------------移位操作----------------------------------------------------------------------------------------------------

1 << 5 表示1向左移动5位。  -----   0010 0000

 

posted on 2025-05-21 00:13  Hi Martin  阅读(11)  评论(0)    收藏  举报