进制转换
程序员文章站
2022-07-13 13:16:37
...
闲话少说,直接上代码
/**
* m进制数转换成n进制数,最大支持36进制
*
* @param num
* @param now 当前进制
* @param to 要转换成的进制
* @return
*/
public static String jzMtoN(String num, int now, int to)throws NumberFormatException {
int num10 = Integer.parseInt(num, now);
String res = Integer.toString(num10, to);
return res;
}
欢迎查看本人博客:www.java.hourb.com
推荐阅读
-
Python字符串、元组、列表、字典互相转换的方法
-
python黑魔法之编码转换
-
python3 json数据格式的转换(dumps/loads的使用、dict to str/str to dict、json字符串/字典的相互转换)
-
Oracle to_char 日期转换字符串语句分享
-
C#实现将字符串转换成代码并执行
-
Python3.4 tkinter,PIL图片转换
-
Python3实现转换Image图片格式
-
详细整理python 字符串(str)与列表(list)以及数组(array)之间的转换方法
-
利用vue-router实现二级菜单内容转换
-
小米有品开卖手游键鼠转换器:自带压枪 苹果安卓通用