Home  >  Q&A  >  body text

在3.5版Python里面查找 字符串有哪些方法 的方式是什么

在3.5版Python里面查找 字符串有哪些方法 的方式是什么

PHP中文网PHP中文网2741 days ago348

reply all(3)I'll reply

  • PHPz

    PHPz2017-04-17 17:50:19

    dir(str)
    help(str)

    I’m not good at expressing myself. . . . .

    reply
    0
  • 阿神

    阿神2017-04-17 17:50:19

    In the ipython environment, use str.+Tab to view, most IDEs rely on plugins

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:50:19

    docs.python.org is great.

    reply
    0
  • Cancelreply