我在网上找到了类似的东西:arrayOfByte[0] = (byte)((paramShort & 0xFF00) >>> 8); 这是什么意思(0xFF00)?
arrayOfByte[0] = (byte)((paramShort & 0xFF00) >>> 8);
java
java ×1