将基-2二进制数字字符串转换为int
我只想将基-2二进制数字字符串转换为int,如下所示:
>>> '11111111'.fromBinaryToInt() 255
在Python中有办法做到这一点吗?
慕丝7291255
相关分类