scipy.sparse.dok_matrix. pop# dok_matrix.pop(k[, d]) → v, remove specified key and return the corresponding value.[source]# 如果未找到键,则返回默认值(如果提供);否则,引发 KeyError。