java convert byte to unsigned integer 作者: william 發佈日期: 2011-08-22 byte a = (byte) 0x88; int unsignedInteger = a&0xff; 分類:技術 java
搶先發佈留言