目录使用int()转换任意编程客栈字符数字转换为10进制:16进制转换为10进制:int(x,16)8进制转换为10进制:int(x,8)2进制转换为10进制:int(x,2)使用bin(x) ,oct(x) 或hex(x) 转换:bin(x)转换为二进制:oct(x)转换