scipy.sparse.dok_array. pop# dok_array.pop(k[, d]) → v, 移除指定的键并返回对应的值。[源代码]# 如果找不到键,则返回给定的默认值;否则,引发 KeyError。