摘要: 1 # 参考链接:https://www.cnblogs.com/yunyinzhihua/p/6884920.html 2 ''' 3 Python strip() 方法用于移除字符串头尾指定的字符(默认为空格)。 4 strip()方法语法: str.strip([chars]); 5 参数: 阅读全文
posted @ 2020-08-03 12:03 Bro_Li 阅读(173) 评论(0) 推荐(0) 编辑