Python读取返回16进制解决方法

import codecs
codecs.open(r'C:\ProgramData\Sangfor\EDR\log\sfavui.log', 'r', 'utf-16-le').readline()

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2022-01-12
相关资源
相似解决方案