scipy.sparse.dok_array. setdefault# dok_array.setdefault(key, default=None, /)[源代码]# 如果键不在字典中,则插入键,其值为默认值。 如果键在字典中,则返回键的值,否则返回默认值。