2017-12-18python全栈9期第三天第三节之int bool str转换之数字转换成二进制的位数时间:2024-12-05 21:07:32#!/user/bin/python# -*- coding:utf-8 -*-i= 100print(i.bit_length())