摘要: Python strip()方法 描述: Python strip()方法用于移除字符串头尾指定的字符(默认为空格)。 语法: 参数: chars -- 移除字符串头尾指定的字符。 实例: 运行结果: Python split()方法 描述: Python split()通过指定分隔符对字符串进行切 阅读全文
posted @ 2016-11-01 13:13 追阳 阅读(263) 评论(0) 推荐(0)