與運算可以當作位元遮罩使用. #include <stdio.h> int main() { printf("%d %d\n", 29 & 0xF, 30 & 0xF); return 0; }. 十六進位F就是二進位的1111, ...
確定! 回上一頁