Python论坛  - 讨论区

标题:[python-chinese] 请教little endian格式转换问题

2005年12月31日 星期六 11:03

. newbie learnpython at gmail.com
Sat Dec 31 11:03:04 HKT 2005

比如我计算出一个字符串的长度,
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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月31日 星期六 11:19

Qiangning Hong hongqn at gmail.com
Sat Dec 31 11:19:07 HKT 2005

. newbie wrote:
> 比如我计算出一个字符串的长度,
> string = "AAAA"
> len(string) = 4
>  
> 我想得到的结果是 "\x04\x00\x00\x00"
>  
> 怎么转换呢?
> 谢谢

import struct
struct.pack('http://hongqn.hn.org
Registered Linux User #396996

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月31日 星期六 11:25

. newbie learnpython at gmail.com
Sat Dec 31 11:25:15 HKT 2005

谢谢 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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号