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 alterered.