python3 has_key() 的問題 AttributeError: type object dict has no attribute has_key

運行結果報錯內容:AttributeError: type object ‘dict’ has no attribute ‘has_key’ 運行結果報錯解析:該字典類型沒有沒有該has_key()屬性。 報錯原因:當你調用該方法時會報錯,是因爲python3.0之後該方法已經沒有了。 代碼運行示例及運行結果報錯內容如下
相關文章
相關標籤/搜索