Python 内置函数
hex() 函数用于将10进制整数转换成16进制,以字符串形式表示。
hex 语法:
hex(x)
参数说明:
返回16进制数,以字符串形式表示。
以下实例展示了 hex 的使用方法: