摘要: 1、Python2 Python3 base64.b64encode()差异 import base64 import json pwd = 'pwdxx' #python2写法 pwd_base64 = base64.b64encode(pwd) datas = json.dumps({"doma 阅读全文
posted @ 2023-07-21 17:36 LUDAGOGO 阅读(127) 评论(0) 推荐(0)