输出16进制的数

1、使用Integer中的方法

System.out.println(Integer.toHexString(~mode));// ~表示取反
System.out.println(Integer.toHexString(mode));//

 

posted @ 2013-05-02 16:40  lipeil  阅读(265)  评论(0编辑  收藏  举报