摘要: public static void main(String[] args) { byte test = -128; System.out.println(test==(byte)0x80); } 阅读全文
posted @ 2016-07-15 19:43 薛晓东 阅读(999) 评论(0) 推荐(0)