python 字符串的常用方法 200310

字符串的方法

字符串英雄的技能

  • 查找方法 find
  • 替换方法 replace
  • 统计方法 count
  • 文本对齐 ljust rjust center
  • 去除空白 lstrip rstrip strip
  • 拆分 split
  • 连接 join
  • 编码 encode
  • 解码 decode
  • 格式化输出 format
发布了63 篇原创文章 · 获赞 1 · 访问量 786

猜你喜欢

转载自blog.csdn.net/whalecode/article/details/104767955