Python 字符串对象的**rstrip()** 用于删除字符串末尾的指定字符,默认为空白符## 语法```python str.rstrip([chars]) ``` ## 参数|参数|说明| |:---|:---| |chars ...
確定! 回上一頁