这个 documentation string.find 作为不推荐使用的函数,但不(与 atoi atol )提供一个替代方案。
string.find
atoi
atol
几乎整个 string 模块已移动到 str
string
str
你为什么用这个 模块,当您需要的几乎所有内容都已经是字符串类型的一部分时?
http://docs.python.org/library/stdtypes.html#str.find
string中的许多方法已经被str类所取代。这里是 str.find .