Pyhton 学习笔记之 bin2hex & hex2bin
# -*- coding: cp936 -*-import sysimport binascii def print_usage(): print "usage example : command inputfile outputfile "def bin2hex(): MAX_FILE_NUM = 3 argc = len(sys.argv) argv =
原创
2017-10-17 18:51:28 ·
5497 阅读 ·
0 评论