gpt4 book ai didi

python - Python string.find 使用什么?

转载 作者:太空狗 更新时间:2023-10-29 21:30:03 24 4
gpt4 key购买 nike

documentation对于 Python 2.7,将 string.find 列为已弃用的函数,但不提供替代函数(与 atoiatol 不同)。

我现在正在用 2.7 编写代码,所以我很乐意使用它,但我想知道:

  • 它将被什么取代?
  • 它可以在 2.7 中使用吗(如果可以,我现在就使用它以避免以后重新编码)?

最佳答案

几乎整个 string 模块都已作为方法函数移至 str 类型。

为什么要使用 string 模块,几乎所有你需要的都已经是字符串类型的一部分了?

http://docs.python.org/library/stdtypes.html#str.find

字符串类型——及其方法——并未被弃用。实际上,它会变形以在 Python 3 中包含 Unicode。

关于python - Python string.find 使用什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3714276/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com