Python论坛  - 讨论区

标题:[python-chinese] 关于字符串的问题

2007年07月16日 星期一 11:45

fuyu0123456789 fuyu0123456789在163.com
星期一 七月 16 11:45:23 HKT 2007

我需要打印如下的字符串print """%s%s%s%s"""%(start,end,name,message) 但是报错 ValueError: unsupported format character '>' (0x3e) at index 32错误的原因是中的15% 请问有什么好方法来解决这个问题? 
-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070716/608af218/attachment.html 

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

2007年07月16日 星期一 11:53

花花 huahua.c在hotmail.com
星期一 七月 16 11:53:52 HKT 2007

 


Date: Mon, 16 Jul 2007 10:27:07 +0800From: topgun.chuter在gmail.comTo: python-chinese在lists.python.cnSubject: [python-chinese] Çó¾ÈÍøÕ¾µÄºǫ́³ÌÐòÖÐÒªµ÷ÓÃϵͳÃüÁ³ýÁËsocket»¹ÓÐÆäËüʲôºÃµÄ°ì·¨Âð£¿-- ***********************************************½÷ÒÔ¸³ÓèÎÒÃÇÁé»êµÄËÄÏóÖ®ÃûÐûÊÄ£¬³¤Á÷²»Ï¢µÄ×ÔÈ»µÄ¸ùÔ´°üº¬ÓÚÆäÖС£ 
 
´ó¹æÄ£¡¢Æµ·±ÐèÒªµ÷ÓÃϵͳ¹¦ÄܵĻ°¿ÉÒÔÊÔÒ»ÏÂÕâ¸ö
http://www.icho.cn/eight/shtml/product/index.html--ÒÚ¿ÍÍøÂç¼¼Êõ(http://www.icho.cn/)Ãâ·Ñ Mod_Python Ö÷»úÉêÇë, Ϊ¿ªÔ´×÷Õß·þÎñ.
 
_________________________________________________________________
̽Ë÷ Windows Vista µÄÊÀ½ç
http://search.live.com/results.aspx?q=windows+vista&mkt;=zh-cn&FORM;=LIVSOP
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070716/0e3b2499/attachment.htm 

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

2007年07月16日 星期一 11:55

花花 huahua.c在hotmail.com
星期一 七月 16 11:55:24 HKT 2007

±§Ç¸£¬ µØÖ·ÊÇ
http://www.icho.cn/eight/shtml/product/servhttp/index.html
²Å¶Ô 
_________________________________________________________________
ͨ¹ý Windows Live Spaces ÓëÅóÓÑÇáËɹ²ÏíÄúµÄÉú»î¡£
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx;_url=/friends.aspx&mkt;=zh-cn
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070716/e1af2feb/attachment.html 

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

2007年07月16日 星期一 11:58

Hong Yuan hongyuan在homemaster.cn
星期一 七月 16 11:58:46 HKT 2007

ÓÃ'15%%'

fuyu0123456789 дµÀ:
> ÎÒÐèÒª´òÓ¡ÈçϵÄ×Ö·û´®
> print """%s> Width=15%>%s%s> Width=60%>%s"""%(start,end,name,message)
> µ«ÊDZ¨´í ValueError: unsupported format character '>' (0x3e) at index 32
> ´íÎóµÄÔ­ÒòÊÇÖеÄ15%
> ÇëÎÊÓÐʲôºÃ·½·¨À´½â¾öÕâ¸öÎÊÌ⣿
>
>
> ------------------------------------------------------------------------
> iPod¡¢Íò µã ¾Þ ¶î µã ¿¨¡¢½± ѧ ½ð¡­¡­º£ Á¿ ½± Æ·£¬Ïë Äà ¾Í Äã¡ 
> <http://event.mail.163.com/chanel/xyq_07summer.htm?from=163_NO8>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 

´ó¹Ü¼ÒÍøÉϽ¨²Ä³¬ÊÐ
×°ÐÞÂò½¨²Ä ÉÏÍøÕÒ´ó¹Ü¼Ò
http://www.homemaster.cn
Tel: 0086-21-34240987
Fax: 0086-21-64692422


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

2007年07月16日 星期一 11:59

张亚军 zhyj.t.t在gmail.com
星期一 七月 16 11:59:26 HKT 2007

fuyu0123456789 写道:
> 我需要打印如下的字符串
> print """%s> Width=15%>%s%s> Width=60%>%s"""%(start,end,name,message)
> 但是报错 ValueError: unsupported format character '>' (0x3e) at index 32
> 错误的原因是中的15%
> 请问有什么好方法来解决这个问题?
>
>
> ------------------------------------------------------------------------
> iPod、万 点 巨 额 点 卡、奖 学 金……海 量 奖 品,想 拿 就 拿!
> <http://event.mail.163.com/chanel/xyq_07summer.htm?from=163_NO8>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
再加一个%
print """%s%s%s%s"""%(start,end,name,message)

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

2007年07月16日 星期一 17:42

leopay leopay在gmail.com
星期一 七月 16 17:42:31 HKT 2007

ÓÃ%%°Ñ%תÒåµô
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070716/eea74e50/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号