Python读取返回16进制解决方法
import codecscodecs.open(r'C:ProgramDataSangforEDRlogsfavui.log', 'r', 'utf-16-le').readline()