摘要: public class test { public static void main(String[] args) { short a = (short) 0; System.out.println(~a); }}结果输出 -... 阅读全文
posted @ 2018-05-23 11:21 绿叶萌飞 阅读(330) 评论(0) 推荐(0) 编辑