bitand( ) 函数示例
x = 5 && 二进制为 0101 y = 6 && 二进制为 0110 ? bitand(x,y) && 返回值 4,二进制为 0100