最后更新于:2022-03-27 02:13:03
Python 内置函数
bin() 返回一个整数 int 或者长整数 long int 的二进制表示。
以下是 bin() 方法的语法:
bin(x)
字符串。
以下展示了使用 bin 函数的实例: