位运算符 Java 定义的位运算(bitwise operators )直接对整数类型的位进行操作,这些整数类型包括long,int,short,char,and byte ,用于操作二进制。包括有“&,|,^,~,<<,>>,>>>” &a