来源:https://www.cnblogs.com/kanneiren/p/9981084.html

strInput="A319060267"
bs=str(base64.b64encode(strInput.encode('utf-8')),"utf-8")
print('转码:'+bs)
print('解码:'+str(base64.b64decode(bs),"utf-8"))

 

相关文章:

  • 2021-08-27
  • 2021-11-18
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案