lstrip()

可以快速上手的开发文档

#lstrip()
lstrip()

浅谈Python3中strip()、lstrip()、rstrip()用法详解

简单来说,三种方法是为了删除字符串中不同位置的指定字符。其中,strip()用于去除字符..