1. 判断一个数是否为奇数 if((data & 0x1U) == 0x1U){ //为奇数 } 来源:CSDN作者:qq_40104597链接:https://blog.csdn.net/qq_40104597/article/details/104774499 标签 算法