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