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