Python内置函数-bin() 函数详解 描述 BIn() 返回一个整数 int 或者长整数 long int 的二进制表示。语法以下是 BIn() 方法的语法:BIn(x) 参数x — int 或者 long int 数字。实例以下展示了使用 BIn 函数的实例: