📜  什么是 javascript 代码示例中的 blob

📅  最后修改于: 2022-03-11 15:04:16.394000             🧑  作者: Mango

代码示例1
//The Blob() constructor returns a new Blob object. The content of the blob
//consists of the concatenation of the values given in the parameter array.

//syntax
var newBlob = new Blob(array, options);