blob.slice([start[, end[, type]]])


创建并返回包含此 Blob 对象数据子集的新 Blob。 原 Blob 没有改动。

Creates and returns a new Blob containing a subset of this Blob objects data. The original Blob is not altered.