python的字符串内建函数12

时间:2026-02-17 22:36:49

1、string.rstrip():删除字符串末尾的空格。

python的字符串内建函数12

python的字符串内建函数12

2、string.split(str):以str为分隔符切片字符串。

python的字符串内建函数12

python的字符串内建函数12

3、string.split(str, num):以str为分隔符切片字符串,如果num有值,则仅分隔num+1个子字符串。

python的字符串内建函数12

python的字符串内建函数12

4、string.swapcase():翻转字符串中的大小写。

python的字符串内建函数12

python的字符串内建函数12

© 2026 途途旅游
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com