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