For ASCII characters in the range [ -~] on Python 2: >>> import binascii >>> bin(int(binascii.hexlify('hello'), ...
確定! 回上一頁