摘要:
# 2.正则 # 方法:findall | match | split | sub# a = 10# print(a.__hash__())# def fn():# pass# print(fn.__name__)# import json# print(json.dumps([1,2,3]))im 阅读全文
摘要:
垃圾回收机制 引用计数 循环引用 标记删除 分代回收 正则 阅读全文
摘要:
hashlib模块:加密 hmac模块:加密 configparser模块:操作配置文件 subprocess模块:操作shell命令 xlrd模块:excel读 xlwt模块:excel写 xml模块 阅读全文