怎样用python将txt文档中的16进制数字提取出来?

怎样用python将txt文档中的16进制数字提取出来?一下是通过Python来实现,但是无法提出来16进制数据,请大神们赐教 代码如下: file0 = open(“C:/Users/haitao.hu/Desktop/pingjie/1.txt”,“r”) f=file0.readline() print(“PingJieCE0:\n”,f) f=f.strip().split(’ ') fi
相关文章
相关标签/搜索