374632897 / blog

前端小虾蟹的个人博客
7 stars 1 forks source link

按位运算符 #12

Open 374632897 opened 7 years ago

374632897 commented 7 years ago
374632897 commented 7 years ago

The Go Programming Language image

将 1 左移 10 位得到的是 2^10 image 将 1 左移 20 位得到的是 2 ^ 20