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