2004年03月18日 星期四 09:58
怎样将一个字符形的变量转换为整形 例如 x="1" y=x+1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040318/0e1a2d78/attachment.htm
2004年03月18日 星期四 10:00
x = "1" y = int(x) + 1 如果x里的字符串不能转换为整数,会出现ValueError -----Original Message----- From: 吴江晖 [mailto:wu_jianghui at outai.com] Sent: 2004年3月18日 9:59 To: python-chinese at lists.python.cn Subject: [python-chinese] python中怎样进行类型转换? 怎样将一个字符形的变量转换为整形 例如 x="1" y=x+1
2004年03月18日 星期四 10:05
这样啊,在我的电脑上有中文的问题。我没有装CJKPython,不知是否与这有关。TK的 中文支持给我总的感觉是不如wxPython。 >From: "Zoom.Quiet" <zoomq at infopro.cn> >Reply-To: "Zoom.Quiet" <zoomq at itcase.com>, zoomq at infopro.cn, ,python-chinese at lists.python.cn >To: python-chinese at lists.python.cn >Subject: Re[2]: [python-chinese] Debug a Python script >Date: Wed, 17 Mar 2004 15:11:52 +0800 > >Hello Who, > >没有吧? >在下的一些安好!? >Python 2.3.3 (CJK/SJIS) (#51, Feb 13 2004, 22:04:56) [MSC v.1200 32 bit (Intel)] on win32 >+Tk 8.4.3 > >见附图,中文路径,中文文件名都可以的?!?!? _________________________________________________________________ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
Zeuux © 2024
京ICP备05028076号