原文:Version value must be a string; got a NilClass () (TypeError)

執行命令brew update reset ...

2020-11-25 14:19 0 3739 推薦指數:

查看詳情

TypeError: string indices must be integers

這個錯誤意思是字符串的下標一定要是整數出這種錯誤有多種可能,最形象直接的就是: 有點pyhton基礎的都知道下標怎么能是字符串’0’,必須是整數0,1,2,3… ...

Tue Mar 31 17:32:00 CST 2020 0 7606
python報錯 TypeError: string indices must be integers

所以在讀取字典的時候,最好先判斷類型,然后再查看它是否已經有這樣的屬性: type(mydict) == type({}) #檢查不是字典 如果是字典,再看 ...

Sat Aug 25 03:46:00 CST 2018 0 12675
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM