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
posted @ 2018-08-30 20:47