python

python 各种进制的转换

2018-12-14  本文已影响59人  MR_LiY

转换二进制: bin()函数

转换十进制:int()函数

转换十六进制:hex()函数

转换8进制:oct()函数

上一篇 下一篇

猜你喜欢

热点阅读