bytes [3] = (byte) ((0xff000000 & i) >> 24); return ; } //byte轉int int bytesToInt(byte* bytes,int size = 4) { int addr = bytes[0] & 0xFF;
確定! 回上一頁