若传入的值,不事先定义好类型,也会发生keyerror。 from collections import defaultdict res = defaultdict() res['key'] print(res) >>KeyError: 'key'
確定! 回上一頁