Python 字符串 rstrip() 方法
定义和用法
The rstrip()
方法删除任何尾随字符(字符串末尾的字符),空格是默认的尾随字符要删除。
语法
string.rstrip(characters)
参数值
参数 | 描述 |
---|---|
characters | 可选。要删除的尾随字符集 |
The rstrip()
方法删除任何尾随字符(字符串末尾的字符),空格是默认的尾随字符要删除。
string.rstrip(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]