随笔分类 -  字符串

day3_字符串常用方法
摘要:s.upper()s.lower()s.capitalize()s.split(',')s.strip('abc')s.lstrip()s.rstrip()s.replace('old','new')s.endswith('xxx.mp3')s.startswith('186')','.join(' 阅读全文

posted @ 2018-08-30 20:47 羽竹 阅读(193) 评论(0) 推荐(0)