0
是否有任何方法可以從二進制格式中實際得到1和0的字符串?以二進制格式顯示1和0的字符串Python
# read in image data
fh = open('test.png','rb')
data = fh.read()
fh.close()
# write binary to text file
fh = open('test.txt','w')
fh.write(data)
fh.close
fh.close()
我怎麼可以把這些數據字符串轉換成1和0的