会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
papering
新随笔
管理
2024年8月12日
strip 删除的是字符而不是 字符串
摘要: s = 'abcaabc's = s.rstrip('abc') #!/usr/bin/python# -*- coding: UTF-8 -*- random_string = 'this is good ' # 字符串末尾的空格会被删除print(random_string.rstrip())
阅读全文
posted @ 2024-08-12 14:22 papering
阅读(6)
评论(0)
推荐(0)
编辑