外协付款
This commit is contained in:
@@ -276,7 +276,7 @@ function download(url) {
|
||||
saveAs(blob, filename)
|
||||
})
|
||||
}
|
||||
// function decodeUtf8(bytes) { var encoded = ''; for (var i = 0; i < bytes.length; i++) { encoded += '%' + bytes[i].toString(16) } return decodeURIComponent(encoded) }
|
||||
|
||||
function getBlob(url, cb) {
|
||||
var xhr = new XMLHttpRequest()
|
||||
xhr.open('GET', url, true)
|
||||
|
||||
Reference in New Issue
Block a user