摘要: import struct res=struct.pack("i","") print(res) print(len(res)) obj=struct.unpack("i",res) print(obj[0]) 阅读全文
posted @ 2018-09-04 18:01 学习python1234 阅读(93) 评论(0) 推荐(0) 编辑
levels of contents