python中super()出現的TypeError: must be type, not classobj

python中super()只能應用於新式類,而不能應用於經典類.不然會出現報錯:TypeError: must be type, not classobj python Python 2.x中默認都是經典類,只有顯式繼承了object纔是新式類spa Python 3.x中默認都是新式類,沒必要顯式的繼承objectcode
相關文章
相關標籤/搜索