摘要: public static void main(String[] args) { System.out.println(toBin(6)); System.out.println(toHex(0)); System.out.println(toOct(8)); } public static Str 阅读全文
posted @ 2020-03-09 16:23 hongxiao2020 阅读(298) 评论(0) 推荐(0)