rstrip()方法

可以快速上手的开发文档

#rstrip()方法
rstrip()方法

Python rstrip()方法实例详解

Python字符串描述Pythonrstrip()删除string字符串末尾的指定字符(默认为空格).语法rstrip()方法..