py之十六进制文件以文本方式显示

withopen(r"C:\app.bin","rb")as fp:withopen("res.txt","w")as wfp:data=fp