2005年12月31日 星期六 11:03
比如我计算出一个字符串的长度, string = "AAAA" len(string) = 4 我想得到的结果是 "\x04\x00\x00\x00" 怎么转换呢? 谢谢 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051231/cd3f9e2c/attachment.html
2005年12月31日 星期六 11:19
. newbie wrote: > 比如我计算出一个字符串的长度, > string = "AAAA" > len(string) = 4 > > 我想得到的结果是 "\x04\x00\x00\x00" > > 怎么转换呢? > 谢谢 import struct struct.pack('http://hongqn.hn.org Registered Linux User #396996
2005年12月31日 星期六 11:25
谢谢 Qiangning. ;} 在05-12-31,Qiangning Hong <hongqn at gmail.com> 写道: > > . newbie wrote: > > 比如我计算出一个字符串的长度, > > string = "AAAA" > > len(string) = 4 > > > > 我想得到的结果是 "\x04\x00\x00\x00" > > > > 怎么转换呢? > > 谢谢 > > import struct > struct.pack('> > -- > Qiangning Hong > http://hongqn.hn.org > Registered Linux User #396996 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051231/cf8e586c/attachment.htm
Zeuux © 2025
京ICP备05028076号