摘要: name=" aleX" print(name) print(name.strip()) print(name.startswith("al")) print(name.endswith("X")) print(name.replace("l","p")) print(name.split("l") 阅读全文
posted @ 2019-06-11 17:39 骧骧骧骧 阅读(204) 评论(0) 推荐(0) 编辑