我有以下代码:url = 'abcdc.com'print(url.strip('.com'))我期望: abcdc我有: abcd现在我做url.rsplit('.com', 1)有没有更好的办法? 查看完整描述