Python 字符串 lstrip() 方法
定义和用法
The lstrip()
方法移除所有前导字符(空格是默认要移除的前导字符)
语法
string.lstrip(characters)
参数值
参数 | 描述 |
---|---|
characters | 可选。一组要移除作为前导字符的字符 |
The lstrip()
方法移除所有前导字符(空格是默认要移除的前导字符)
string.lstrip(characters)
参数 | 描述 |
---|---|
characters | 可选。一组要移除作为前导字符的字符 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]