'adb'.startwith('a')提示错误:AttributeError: 'str' object has no attribute 'startwith'但是写成:str = 'adb'str.startwith('a')成功运行,返回True十分不解。求解 查看完整描述