'adb'.startwith('a')提示错误:AttributeError: 'str' object has no attribute 'startwith'但是写成:str = 'adb'str.startwith('a')成功运行,返回True
十分不解。求解
一只斗牛犬