十进制转其他进制

  • String Integer.toString(int 十进制数,int 需要转的进制)

    其他进制转十进制

  • Integer Integer.parseInt(String s, int radix)

    • radix进制的字符串s转为十进制