Python论坛  - 讨论区

标题:[python-chinese] 请问字典中如何使用中文

2007年04月24日 星期二 23:21

兵 周 sczhoubing在yahoo.com.cn
星期二 四月 24 23:21:56 HKT 2007

ÈçÏ£º
 areacode = {
     '010' : '±±¾©',
     '021' : 'ÉϺ£',
     '022' : 'Ìì½ò',
     '023' : 'ÖØÇì'
 }
 ½á¹ûËÀ»îÎÞ·¨Í¨¹ý£¬Ôõô´¦Àí£¿
       
---------------------------------
 ÑÅ»¢Ãâ·ÑÓÊÏä3.5GÈÝÁ¿£¬20M¸½¼þ£¡
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070424/652b9ce4/attachment-0001.html 

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

2007年04月24日 星期二 23:29

头太晕 torrycn在gmail.com
星期二 四月 24 23:29:26 HKT 2007

ÔÚ07-4-24£¬±ø ÖÜ <sczhoubing在yahoo.com.cn> дµÀ£º
>
> ÈçÏ£º
> areacode = {
>     '010' : '±±¾©',
>     '021' : 'ÉϺ£',
>     '022' : 'Ìì½ò',
>     '023' : 'ÖØÇì'
> }
> ½á¹ûËÀ»îÎÞ·¨Í¨¹ý£¬Ôõô´¦Àí£¿


±¨Ê²Ã´´íÁË£¿Ó¦¸ÃûɶÎÊÌâ°¡¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070424/e3e7701d/attachment.htm 

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

2007年04月24日 星期二 23:34

He Jinbo hezhihuang在263.net
星期二 四月 24 23:34:52 HKT 2007

Ó¦¸ÃÊDZàÂë²»ÈÏʶ°É£¬ÔÚÎļþÍ·Ö¸¶¨Ò»ÏÂÎļþ±àÂë¿´¿´¿É²»¿ÉÒÔ¡£
  ----- Original Message ----- 
  From: Í·Ì«ÔÎ 
  To: python-chinese在lists.python.cn 
  Sent: Tuesday, April 24, 2007 11:29 PM
  Subject: Re: [python-chinese] ÇëÎÊ×ÖµäÖÐÈçºÎʹÓÃÖÐÎÄ





  ÔÚ07-4-24£¬±ø ÖÜ <sczhoubing在yahoo.com.cn> дµÀ£º
    ÈçÏ£º
    areacode = {
        '010' : '±±¾©',
        '021' : 'ÉϺ£',
        '022' : 'Ìì½ò',
        '023' : 'ÖØÇì'
    }
    ½á¹ûËÀ»îÎÞ·¨Í¨¹ý£¬Ôõô´¦Àí£¿

  ±¨Ê²Ã´´íÁË£¿Ó¦¸ÃûɶÎÊÌâ°¡¡£ 







------------------------------------------------------------------------------


  _______________________________________________
  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
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070424/5cd49d59/attachment.html 

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

2007年04月25日 星期三 04:08

谢小漫 cat在ewyu.com
星期三 四月 25 04:08:53 HKT 2007

areacode = {
    '010' : '北京',
    '021' : '上海',
    '022' : '天津',
    '023' : '重庆'
}

print areacode

for x in areacode:
    print x,areacode[x]

没有报错啊。。
可以哦。
加不加编码都可以。建议加。

在 07-4-24,He Jinbo<hezhihuang at 263.net> 写道:
>
> 应该是编码不认识吧,在文件头指定一下文件编码看看可不可以。
>
> ----- Original Message -----
> From: 头太晕
> To: python-chinese at lists.python.cn
> Sent: Tuesday, April 24, 2007 11:29 PM
> Subject: Re: [python-chinese] 请问字典中如何使用中文
>
>
>
> 在07-4-24,兵 周 <sczhoubing at yahoo.com.cn> 写道:
> > 如下:
> > areacode = {
> >     '010' : '北京',
> >     '021' : '上海',
> >     '022' : '天津',
> >     '023' : '重庆'
> > }
> > 结果死活无法通过,怎么处理?
>
> 报什么错了?应该没啥问题啊。
>
>
>
>
> ________________________________
>
>
> _______________________________________________
> 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
>
>
> _______________________________________________
> 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
>


-- 
花开邑大,漫步心月湖。
http://www.ewyu.com/

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

2007年04月25日 星期三 09:29

wentrue(I'm Once) guozhuwen在gmail.com
星期三 四月 25 09:29:35 HKT 2007

µÚÒ»»òµÚ¶þÐмÓ
# -*- coding: gbk -*-
»ò
# -*- coding: uft-8 -*-

ÔÚ07-4-24£¬±ø ÖÜ <sczhoubing在yahoo.com.cn> дµÀ£º
>
> ÈçÏ£º
> areacode = {
>     '010' : '±±¾©',
>     '021' : 'ÉϺ£',
>     '022' : 'Ìì½ò',
>     '023' : 'ÖØÇì'
> }
> ½á¹ûËÀ»îÎÞ·¨Í¨¹ý£¬Ôõô´¦Àí£¿
>
> ------------------------------
> ÑÅ»¢Ãâ·ÑÓÊÏä3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com/>
>
>
> _______________________________________________
> 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
>



-- 
I am Once!
I am wentrue!
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070425/94b96bf4/attachment.html 

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

2007年04月25日 星期三 09:35

Wayne Yang wayne_yang在symantec.com
星期三 四月 25 09:35:34 HKT 2007

¹ÜÀíÔ±ÄúºÃ£¬
 
ÇëÇóÍ˶¨¸ÃÓʼþ£¬¶àл£¡£¡£¡
 

________________________________

From: python-chinese-bounces在lists.python.cn [mailto:python-chinese-bounces在lists.python.cn] On Behalf Of wentrue(I'm Once)
Sent: 2007Äê4ÔÂ25ÈÕ 9:30
To: python-chinese在lists.python.cn
Subject: Re: [python-chinese] ÇëÎÊ×ÖµäÖÐÈçºÎʹÓÃÖÐÎÄ


µÚÒ»»òµÚ¶þÐмÓ
# -*- coding: gbk -*-
»ò
# -*- coding: uft-8 -*-
 
ÔÚ07-4-24£¬±ø ÖÜ <sczhoubing在yahoo.com.cn> дµÀ£º 

	ÈçÏ£º
	areacode = {
	    '010' : '±±¾©',
	    '021' : 'ÉϺ£',
	    '022' : 'Ìì½ò', 
	    '023' : 'ÖØÇì'
	}
	½á¹ûËÀ»îÎÞ·¨Í¨¹ý£¬Ôõô´¦Àí£¿ 

	
________________________________

	ÑÅ»¢Ãâ·ÑÓÊÏä3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com/>  

	


	_______________________________________________
	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
	

	




-- 
I am Once!
I am wentrue! 
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070424/71e579d3/attachment.htm 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号