摘要: python写MD5翻译器以及其他工具,一起封装起来,便于使用 import urllib2import reimport hashlibimport jsonclass tool(object): def __init__(self): pass #计算MD5的值 def md5(self,str 阅读全文