假设第二个字节address是1第三个字节word1是0第四个字节word2是1那么第五个字节就是1 xor 0 xor 1其中,xor是一种运算,称为异或单字节运算时,A xor B 当A=B的时候结果为0,否则为1