【Python学习】解决Python读取16进制数据

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

import codecs
codecs.open(r'C:ProgramDataSangforEDRlogsfavui.log', 'r', 'utf-16-le').readline()

作者:gtea 博客地址:https://www.cnblogs.com/gtea
原文地址:https://www.cnblogs.com/gtea/p/12531014.html