Python Library Stringtools
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

hexlify.py 144B

123456
  1. import sys
  2. sys.path.append('../..')
  3. import stringtools
  4. print(stringtools.hexlify(b'A stringexample with non printable characters like \x12'))