Since Python 3.5 this is finally no longer awkward: >>> b'\xde\xad\xbe\xef'.hex() 'deadbeef' and reverse: >>> bytes.fromhex('deadbeef') …
確定! 回上一頁