摘要:
import hashlibm = hashlib.md5("abc") #加密公钥m.update("123")psw = m.hexdigest()print(psw) 阅读全文
posted @ 2017-09-05 10:42
taomin
阅读(91)
评论(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
阅读(242)
评论(0)
推荐(0)

浙公网安备 33010602011771号