新手上路

新手上路

我想请教一下各位高手,string中的atof怎么用啊,可以具体讲解一下吗?
或者网上有什么资料吗?
谢谢
看python的文档啊


[Copy to clipboard] [ - ]
CODE:
print string.atof('11.9')

不过使用float('11.9')似乎更直观。


QUOTE:
原帖由 limodou 于 2006-3-7 16:52 发表

[Copy to clipboard] [ - ]
CODE:
print string.atof('11.9')

不过使用float('11.9')似乎更直观。

是啊,string.atof已经过时了