查看对象结果

interface ViewResult {
    contentLength: number;
    contentType: string;
    data: any;
}

Properties

contentLength: number

对象大小:字节数

contentType: string

对象内容类型

data: any

对象数据数据流