试题详情

删除字符串str末尾的指定字符char的表达式为

Astr.lstrip(‘char’)

Bstr.strip(char)

Cstr.rstrip(‘char’)

Dstr.rstrip(char)