python 加密
import hashlib company = "a" m = hashlib.md5(company.encode('utf-8')) s = str(m.hexdigest()) print(s)