java convert byte to unsigned integer william 13 年前 byte a = (byte) 0x88; int unsignedInteger = a&0xff; 分享此文: