AttributeError: 'dict' object has no attribute 'has_key' 運行下面的代碼: 出錯: 這是因為換成了Python3.6.5,Python3.6.5已經刪除了has_key()方法,改成了下面的寫法: 就可以正常運 ...