public static void main(String[] args) { System.out.println(Integer.toBinaryString(60)); System.out.println(Integer.toHexString(60)); }
posted on 2015-01-23 19:21 曾经的码农 阅读(124) 评论(0) 编辑 收藏 举报