scipy.sparse.lil_matrix. asformat# lil_matrix.asformat(format, copy=False)[source]# 以给定格式返回此数组/矩阵。 参数: format{str, None}所需的稀疏格式(“csr”,“csc”,“lil”,“dok”,“array” 等)或 None 表示不进行转换。 copybool, 可选如果为 True,则保证结果不与 self 共享数据。 返回值: A以给定格式返回的此数组/矩阵。