Python论坛  - 讨论区

标题:[python-chinese] python中怎样进行类型转换?

2004年03月18日 星期四 09:58

吴江晖 wu_jianghui at outai.com
Thu Mar 18 09:58:32 HKT 2004

怎样将一个字符形的变量转换为整形
例如
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

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

2004年03月18日 星期四 10:00

Jacob Fan jacob at exoweb.net
Thu Mar 18 10:00:12 HKT 2004

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


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

2004年03月18日 星期四 10:05

Who Bruce whoonline at msn.com
Thu Mar 18 10:05:01 HKT 2004

这样啊,在我的电脑上有中文的问题。我没有装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  



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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号