2019年1月18日

collections,shelve,shutil模块

摘要: import collections : 阅读全文

posted @ 2019-01-18 15:27 antigeneral 阅读(108) 评论(0) 推荐(0) 编辑

os sys hashlib 模块

摘要: os模块:与操作系统交互: import hashlib md5 = hashlib.md5() md5.update('你好啊'.encode('utf-8'))print(md5.hexdigest()) 124756ef340daf80196b4124686d651c import hashl 阅读全文

posted @ 2019-01-18 15:13 antigeneral 阅读(139) 评论(0) 推荐(0) 编辑

导航