检查是否为 Blob
值
isBlob(new Blob()); /// trueisBlob(null); /// false Copy
isBlob(new Blob()); /// trueisBlob(null); /// false
检查是否为 Blob