摘要: import hashlibm = hashlib.md5("abc") #加密公钥m.update("123")psw = m.hexdigest()print(psw) 阅读全文
posted @ 2017-09-05 10:42 taomin 阅读(86) 评论(0) 推荐(0) 编辑
摘要: test.pyimport sysprint(sys.argv) python test.py arg1 arg2 arg3 打印["test.py","arg1","arg2","arg3"] 阅读全文
posted @ 2017-09-05 09:58 taomin 阅读(230) 评论(0) 推荐(0) 编辑