会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
willingyut
博客园
首页
新随笔
联系
订阅
管理
2023年9月30日
Crypto
摘要: 基础小知识 hex(m)[2:] #m为十进制,hex(m)将十进制转成十六进制,用[2:]截去0x bytes.fromhex(m) #m为十六进制,十六进制转字符串 t=open("data.txt","r").readlines() result=[] for i in t: i=i.stri
阅读全文
posted @ 2023-09-30 21:18 willingyut
阅读(42)
评论(0)
推荐(0)