> 文档中心 > python 基本语法(二)

python 基本语法(二)

文章目录

  • 8 字符串、列表、元组、字典
    • 8.1 字符串
  • 8.2 字符串常见操作
      • 8.2.1 find
      • 8.2.2 index
      • 8.2.3 count
      • 8.2.4 replace
      • 8.2.5 split
      • 8.2.6 capitalize
      • 8.2.7 title
      • 8.2.8 startswith
      • 8.2.9 endswith
      • 8.2.10 lower
      • 8.2.11 upper
      • 8.2.12 ljust
      • 8.2.13 rjust
      • 8.2.14 center
      • 8.2.15 lstrip