用java实现,输入一个整数将其转化成n进制数

2024-11-12 17:25:25
推荐回答(1个)
回答1:

Integer.toString(i, radix);其中i为你需要转化的数,radix为进制