posts - 48,comments - 156,trackbacks - 0
>>> import string
>>> string.atoi('34')
34
>>> int('34')
34
>>> string.atof('34')
34.0
>>> float('34')
34.0
posted on 2009-05-07 11:52 左洸 阅读(24386) 评论(0)  编辑  收藏 所属分类: Python

只有注册用户登录后才能发表评论。


网站导航: